| Thread | Last Post | Replies |
|
| for each next question | 25 Sep 2007 18:58 GMT | 4 |
Another question professional excel development chapter 5 In the part of the program where (see below) For Each rngSheet In rngSheetList and For Each rngName In rngNameList how does the program know to cycle through each cell in the column and the rows respectively?
|
| Simple Macro task driving inexperience user crazy | 25 Sep 2007 18:56 GMT | 4 |
I've created a Combo Box inside a sheet based on data from another sheet. When an item is selected in this list I would like excel to fill a couple cells with the data that is correlated to this item from the other sheet. I've been trying for days now. Reading macro tutorials and ...
|
| INVOLVED - I Suck With User Forms... | 25 Sep 2007 18:54 GMT | 6 |
I have a dashboard sheet with a series of (camera) images that are a thumbnail image of a chart or graph in my reports. I have written three macros that change the size of said image to "Large", "Larger" or "Minimized".
|
| Import binary file and convert to HEX data | 25 Sep 2007 18:44 GMT | 2 |
I want to work with files made from a EPROM programmer. The file types are binary and ASCII HEX. The HEX file I can import into excel with no problem. I would like a macro that can convert the binary file to hex data so I can work with it in excel. I searched the web but did not
|
| Sort columns by color | 25 Sep 2007 18:35 GMT | 3 |
I am using an excell document that has various color cells in different columns. Is there a way to sort these colums by color?
|
| Application inputbox, Range versus Cancel | 25 Sep 2007 17:52 GMT | 8 |
Hi - I could not get the app input box to either accept a range, or let the user click cancel to exit the vba sub of which the code below is a part, until I used the on error 'method'.
|
| Need help with For-Next block | 25 Sep 2007 17:29 GMT | 9 |
I have the following code block: For x = 1 To 10 If RowIsBlank(8) = True Then Application.DisplayAlerts = False
|
| What is the #define equivalent? | 25 Sep 2007 17:16 GMT | 2 |
Dear Excel Gurus, In C, one can make convenient definitions like; #define ABC 242 #define NAME "James Smith"
|
| how do I get donor names to list by alphabet | 25 Sep 2007 17:11 GMT | 1 |
I need donor names to change by alphabet each time I put in a new name in Excel 2003, any ideas?
 Signature jean
|
| Formula to capture Document Properties | 25 Sep 2007 16:36 GMT | 1 |
In various cells on a worksheet, I need to capture the information entered into the Document Properties fields. i.e. I need to capture Title and used the formula =DocProps("Title") but this returns the error #NAME? Any ideas??
|
| Indirect & Named Range | 25 Sep 2007 16:32 GMT | 6 |
I have been going around and around with this. I have finally isolated my problem as being the insertion formula. I suspect my problem is the formatting of either the Indirect, VLookup or the named range. Is there something special I need to do to insert these via code? ...
|
| Using validation to move cells | 25 Sep 2007 16:16 GMT | 3 |
Is there any way of using a validation drop down in a cell to trigger the movement of a row of cells from one sheet to another within a workbook? For example: On the "Open!" worksheet, range A1:A20 contains various values (text,
|
| MultiPage Control | 25 Sep 2007 15:59 GMT | 6 |
I want to use a MultiPage control on a UserForm but I seem to be at a loss to get it to do what I want. If I click on Tab2 (page 2 of the MultiPage control) I want code that selects cell A1 of the Engraving worksheet. If I then click on Tab5 (page 5
|
| Pause Until Mouseclick? | 25 Sep 2007 15:56 GMT | 3 |
I am working on a reporting dashboard and have created a series of dynamic charts & graphs with conditional Red/Yellow/Green backgrounds and used the "camera" feature to capture images which I have reduced to 20% their viewing size.
|
| Remove Modules | 25 Sep 2007 15:54 GMT | 4 |
Is it possible to build a code to remove excel vb module 1, module 2 and module 3 that I have in my VBA project? For instance I'm trying to remove module 1 after I execute the macro, I then execute the macro in module 2 and remove module 2 ...
|