You are here:
I can answer most questions related to macros, worksheet functions, VBA, Office automation (calling/using other MS Office programs) and geocoding using Google Maps. I have 10 years experience using and programming in MS Excel and other office applications. I have extensive experience linking and using DLLs in Excel.
Macros, worksheet functions, VBA, linking of DLLs and Office automation, geocoding using Google Maps.
| User | Date | K | C | P | Comments |
|---|---|---|---|---|---|
| Raja | 01/02/12 | 10 | 10 | 10 | Thanks Gyula |
| brian | 10/03/07 | 10 | 10 | 10 | Thanks Gyula, I managed to install the ..... |
| Michele | 10/03/07 | 10 | 10 | 10 | Thank you so much for taking the ..... |
| Sherry, | 09/18/07 | 10 | 10 | 10 | Thanks, just what I needed. |
| Sherry, | 09/07/07 | 10 | 10 | 10 | Great answer that I would have never ..... |
Hi Raja, There is a good discussion on this with he solution at http://www.ozgrid.com/forum/showthread.php?t=56282 It requires some more advanced level programming skills but I assume if you created
Brian, here you go from David's site: ReversI() can be used to reverse the order of items in a row, column, or range. It can be used to reverse itself. Applied to a SINGLE ROW, the macro will
Hey Steve, the easiest way is to use Excel's validation. It is under the menu Data-Validation-Select list instead of any value. Just google "Excel validation" to get some examples. Another option
Hi you don't need VBA. Try something called Dynamic Named Range (it expands as you add data). It is nothing special, it is just a smart way of using Excel's formulae. Google "Excel dynamic named range"
Here you go: Sub EnterDesignMode() Application.CommandBars.FindControl(ID:=1605).Execute End Sub Sub ExitDesignMode() With CommandBars("Exit Design Mode").Controls(1) If .State = msoButtonDown
Answers by Expert:

©2012 About.com, a part of The New York Times Company. All rights reserved.