Built-in functions

D

Dan Artuso

Hi,
Your best bet is to use the Object Browser to see all the available
functions. From there you can highlight one and then press F1.
This will take you directly to the help topic for that function.

For Example, from within any code module, press F2 to bring up the object browser.
In the combo box in the upper left, select a library, lets say you select VBA.

Right away you'll see quite few functions listed in the right hand pane.
If you select Math from the Classes, you'll see all the math functions.
Same thing if you select Strings.

The Object Browser is very_usefull once you know how to use it.
 
D

david epsom dot com dot au

And a third way is to use the 'Expression Builder'
(Choose Function, Built-In functions).

I think that in A97, the Expression Builder was table
driven, with a table in one of the wizards: Dunno what
the situation is now.

(david)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top