Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 64
Default List of VBA Commands/Operators for Excel 2003 SP3

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   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 22,906
Default List of VBA Commands/Operators for Excel 2003 SP3

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   Report Post  
Posted to microsoft.public.excel.worksheet.functions
external usenet poster
 
Posts: 5,441
Default List of VBA Commands/Operators for Excel 2003 SP3

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
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
CONVERTING Excel 2003 Commands to 2007 Ra Excel Discussion (Misc queries) 5 May 25th 09 01:36 PM
how to use my Excel 2003 DTF commands Ravi Manian Excel Worksheet Functions 1 July 11th 08 09:02 AM
Is there a comparison list of commands? (Excel 2003 vs 2007) dustyr Excel Discussion (Misc queries) 2 August 17th 07 03:28 PM
Is there a comparison list of commands? (Excel 2003 vs 2007) Duke Carey Excel Discussion (Misc queries) 2 August 17th 07 01:59 AM
use lotus 1-2-3 commands in excel 2003 Rik J Excel Worksheet Functions 3 February 10th 06 05:36 PM


All times are GMT +1. The time now is 07:18 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"