Thread: vba help
View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.misc
steve_doc steve_doc is offline
external usenet poster
 
Posts: 140
Default vba help

If you were refering to the excel functions that vba can do ?
Using the vba Object browser search for WorksheetFunction

that will return a list of excel functions that are exposed to vba via the
call
Application.WorksheetFunction.

Note certain functions like left,Right, Len etc are native to vba and do not
require the Application.WorksheetFunction syntax

HTH

"at" wrote:

Where can i find a list of functions that vba can do.
I have excel 97 and the help didn't work as it could find any file to load.