Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
A short example would be wonderful if possiable
or point me to a list excel vs Lotus (I am not a programmer) |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I have only passing experience with Lotus, but by "macro menu" I
assume you mean a script that merely "clicks" various menu items. Excel/VBA has no such capability. You can turn on the Macro Recorder (on the Macros item on the Tools menu) and it will generate all the VBA code that carries out the actions you perform. Macro recorder generated code isn't very good on its own, but can provide a good starting point and it does tell you which objects/properties/methods are used in carrying out an action. It doesn't, though, use the actual menu/commandbar selections. Cordially, Chip Pearson Microsoft Most Valuable Professional Excel Product Group, 1998 - 2009 Pearson Software Consulting, LLC www.cpearson.com (email on web site) On Mon, 29 Dec 2008 08:17:01 -0800, rcampling wrote: A short example would be wonderful if possiable or point me to a list excel vs Lotus (I am not a programmer) |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Macros and user-defined functions used in several workbooks | Excel Discussion (Misc queries) | |||
How to call user defined function (UDF) from custom menu in Excel2003? | Excel Programming | |||
User defined menu | Excel Programming | |||
Menu/toolbars/macros defined in Excel 2003 not working in other versions? | Excel Programming | |||
Macros and User Defined Data Strucures | Excel Programming |