View Single Post
  #4   Report Post  
Posted to microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default Available functions within Excel VBA

Sorry, I misread your question.

The list of VBA functions is in the Excel VBA help file. Go into the
contents section of the help file.

You can also look at the Object browse.

For worksheetfunctions from Excel which can be used in VBA, see the Object
browser for the WorksheetFunction class.

--
Regards,
Tom Ogilvy


"Tom Ogilvy" wrote in message
...
See Ron de Bruin's site.

He is hosting Peter Nonely's function dictionary workbook:

http://www.rondebruin.nl/id.htm

the download link is at the bottom of that page. Other information on

the
page may be of interest as well.

--
Regards,
Tom Ogilvy

"ing. K.J.A. Postulart" wrote in message
. ..
Hi,

Is there somewhere a complete list of standad available functions within
Visual basic for Excel ?

With regards,

Karel Postulart