ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Worksheet Functions (https://www.excelbanter.com/excel-worksheet-functions/)
-   -   List of VBA Commands/Operators for Excel 2003 SP3 (https://www.excelbanter.com/excel-worksheet-functions/243125-list-vba-commands-operators-excel-2003-sp3.html)

MichaelRobert

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

Gord Dibben

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



Bernie Deitrick

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





All times are GMT +1. The time now is 03:14 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com