| Thread | Last Post | Replies |
|
| Using Case and referencing a cell instead of a value | 17 Jan 2008 00:14 GMT | 1 |
I'm trying to change the background color of a cell based on a value, however instead of using the syntax below can you refer to a cell with a value instead of hardcoding the value in the macro? If you can, then what is the syntax? thank you in advance
|
| visual basic Loop by rows in Excel | 16 Jan 2008 23:48 GMT | 3 |
I have a data range with merged cells and other cells not merged in a spreadsheet. I want to find only the merged cells so I can store a lookup function in them using visual basic. My problem is I can't figure out either how to enter the function in the merged cells only and stop ...
|
| Vlookup and sheet name | 16 Jan 2008 23:46 GMT | 6 |
Looking for some help, I have Multiple Sheets all named with people names I have a master sheet with this formula =IF($A2="","",VLOOKUP($C$1,Bozo!$D$14:$K$236,8,FALSE))
|
| Copy range | 16 Jan 2008 22:56 GMT | 2 |
I have copied data from several excel sheets to a summary sheet, but it contains data that I don't want included. On the summary sheet, I would like to copy only the rows of data that do not include a zero in column K of that row over to another area of that sheet. This area
|
| Looping through a range | 16 Jan 2008 22:16 GMT | 1 |
It has been a very long time since I have programmed in Excel. I've got the general idea, but I'm missing something. Here's the situation: I have a information in 2 columns A and B
|
| VBA to create button on sheet after copy and to change the caption | 16 Jan 2008 21:59 GMT | 7 |
I've got an excel file that, through code attached to a userform, it imports data from a text file, cleans that data up, sorts that data, removes some of it, and exports that data (via the worksheet to which it was imported) and a couple of other worksheets to a new file, saves ...
|
| Change background color when value changes in a column. | 16 Jan 2008 21:42 GMT | 2 |
Column A has been sorted with a blank line after each unique entry. I would like to format the first occurence in Column A as well as Column B with a background color. Column B will continue with that color until Column A has a different value, then a new color will be applied
|
| Macro Help ... Pass values to the excel based model and copy + pas | 16 Jan 2008 21:32 GMT | 3 |
I have a big excel model which does some analysis. I have to run the model on approx 150 different values and analyze the results. I need help to automate this process.
|
| Data Fill in VB? | 16 Jan 2008 21:24 GMT | 2 |
I have a worksheet with names in the first row and I used a look up formula to gather data from another sheet that signifies dates (this ties in with the rest of my workbook and how it behaves so has to remain this way) so basically I have columns with 1's and 2's in them otherwise ...
|
| Date & Time Picker Properties Question | 16 Jan 2008 21:23 GMT | 19 |
I am building a production schedule UserForm, which has 15 departments, and by each department label I included a DTPicker Control. This way my users can select the due of each department for a particular product. My question is this, is there a way to clear the out the date ...
|
| Range values not being copied with same number of significant digits | 16 Jan 2008 20:52 GMT | 4 |
I'm trying to copy the values from one worksheet to another and I'm finding that the values that are displayed are what's copied, rather than the full value in the cell. How do I get the entire value? Also, does anyone know the status of the Microsoft interface.
|
| Macro Help - ASAP - Please! | 16 Jan 2008 20:17 GMT | 9 |
I have this macro which works great. But I need to ALSO copy/paste the format of the cells Sub Macro1() Sheets("Sheet1").Rows("1:1").Copy
|
| copy a dynamic column range in macro? | 16 Jan 2008 20:01 GMT | 4 |
I have the following code works perfect when I have a dynamic row. The variants Dayhour and k are calculated resultls from some conditions. This piece of code copy the dynamic row from column C. The number of cells copied is Dayhour.
|
| Coping Range from another Excel file | 16 Jan 2008 19:53 GMT | 1 |
Hi... I am developing a application in Excel 2003 with userforms, that requires a Range to be copied from external other excel file to a specified sheet on the coding file. i tried using Inputbox(type 8) and
|
| VBA code to find macros associated with command buttons in an s/s | 16 Jan 2008 19:42 GMT | 2 |
Given a sheet containing many command buttons, how can I find the macros/subroutines associated with those buttons? (i want to do it in vba code, rather than right click each button and select "assign macro") Thanks a lot.
|