Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Having been often helped by this forum with my Macro questions, I feel that I
need a list of the VBA Commands (Operators? Functions? Events?) available to me in Excel 2003 SP3. Can anyone recommend a source? Thanks. Mike |
#2
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
You must be a little more precise with your list.
What you describe would encompass many thousands of items. VBA help is the most concise source. Type "application" into the help dialog and start wandering through. Also browse through the Object Browser Gord Dibben MS Excel MVP On Fri, 18 Sep 2009 08:47:01 -0700, MichaelRobert wrote: Having been often helped by this forum with my Macro questions, I feel that I need a list of the VBA Commands (Operators? Functions? Events?) available to me in Excel 2003 SP3. Can anyone recommend a source? Thanks. Mike |
#3
![]()
Posted to microsoft.public.excel.worksheet.functions
|
|||
|
|||
![]()
Mike,
Run this macro: Sub OpenVBAHelp() ActiveWorkbook.FollowHyperlink Address:="C:\Program Files\Microsoft Office\Office11\1033\VBAXL10.CHM", _ NewWindow:=True End Sub There will be expandable lists of objects, methods, etc/. HTH, Bernie MS Excel MVP "MichaelRobert" wrote in message ... Having been often helped by this forum with my Macro questions, I feel that I need a list of the VBA Commands (Operators? Functions? Events?) available to me in Excel 2003 SP3. Can anyone recommend a source? Thanks. Mike |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
CONVERTING Excel 2003 Commands to 2007 | Excel Discussion (Misc queries) | |||
how to use my Excel 2003 DTF commands | Excel Worksheet Functions | |||
Is there a comparison list of commands? (Excel 2003 vs 2007) | Excel Discussion (Misc queries) | |||
Is there a comparison list of commands? (Excel 2003 vs 2007) | Excel Discussion (Misc queries) | |||
use lotus 1-2-3 commands in excel 2003 | Excel Worksheet Functions |