Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 66
Default List of VBA Functions and Constants

Hi

Does anyone know where/how I can find a comprehensive listing of Excel's VBA built-in functions (eg. Array(), UCase(), IsEmpty()) and constants (eg. vbnullstring, vbRed), either somewhere in Excel Help or a webpage

I am using Excel 2000 / VBA 6

Many Thanks

SuperJas.
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 811
Default List of VBA Functions and Constants


Open the Visual Basic Editor and press F2 to display the Object Browser.
In the dropdown in the upper left corner of the Object Browser select VBA
from the list. The Object Browser will now display a list of everything
provided by VBA.

If you select an item you will get a short explanation in the bottom
pane. For more information, press F1 to bring up the help topic for the
selected item.

--
Rob Bovey, MCSE, MCSD, Excel MVP
Application Professionals
http://www.appspro.com/

* Please post all replies to this newsgroup *
* I delete all unsolicited e-mail responses *


"SuperJas" wrote in message
...
Hi,

Does anyone know where/how I can find a comprehensive listing of Excel's

VBA built-in functions (eg. Array(), UCase(), IsEmpty()) and constants (eg.
vbnullstring, vbRed), either somewhere in Excel Help or a webpage?

I am using Excel 2000 / VBA 6.

Many Thanks,

SuperJas.



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4
Default List of VBA Functions and Constants

Open the Visual Basic Editor and press F2 to display the Object Browser.
In the dropdown in the upper left corner of the Object Browser select VBA
from the list. The Object Browser will now display a list of everything
provided by VBA.

If you select an item you will get a short explanation in the bottom
pane. For more information, press F1 to bring up the help topic for the
selected item.



Is there anyplace that describes the differences in the little icons for
the objects listed?


  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 811
Default List of VBA Functions and Constants

"AA" wrote in message
...
Open the Visual Basic Editor and press F2 to display the Object Browser.
In the dropdown in the upper left corner of the Object Browser select

VBA
from the list. The Object Browser will now display a list of everything
provided by VBA.

If you select an item you will get a short explanation in the bottom
pane. For more information, press F1 to bring up the help topic for the
selected item.



Is there anyplace that describes the differences in the little icons for
the objects listed?


I don't know of any right off the bat, but when you click on an item in
one of the lists, the description in the bottom pane tells you what type of
thing it is. Module, Class, Sub, Function, Property, Enum, Const, etc.

--
Rob Bovey, MCSE, MCSD, Excel MVP
Application Professionals
http://www.appspro.com/

* Please post all replies to this newsgroup *
* I delete all unsolicited e-mail responses *


  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 4
Default List of VBA Functions and Constants

Is there anyplace that describes the differences in the little icons for
the objects listed?


I don't know of any right off the bat, but when you click on an item in
one of the lists, the description in the bottom pane tells you what type of
thing it is. Module, Class, Sub, Function, Property, Enum, Const, etc.



That does it, thanks.

Not that I know what all those things are....



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
List Functions Brooklyn Excel Worksheet Functions 2 September 27th 08 04:57 AM
Identify & List unique values from a list using functions/formulas momtoaj Excel Worksheet Functions 3 May 31st 07 06:18 PM
constants Confused Excel Discussion (Misc queries) 3 December 2nd 04 05:05 PM
List of VBA Functions ExcelMonkey[_144_] Excel Programming 2 June 8th 04 04:56 PM
List all Functions James[_9_] Excel Programming 6 July 21st 03 06:07 PM


All times are GMT +1. The time now is 12:34 PM.

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"