Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default Available functions within Excel VBA

Hi,

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

With regards,

Karel Postulart


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 86
Default Available functions within Excel VBA

Open Help under Visual Basic and enter function as a keyword. I believe the
list is complete.

More good news: most worksheet functions not directly available in VBA can
be used anyway. For example ROMAN() to convert a number to Roman Numerals is
not a VBA function, but you can still get to it with:

TryString = Application.WorksheetFunction.Roman(35)

Good Luck
--
Gary's Student


"ing. K.J.A. Postulart" wrote:

Hi,

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

With regards,

Karel Postulart



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default Available functions within Excel VBA

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




  #4   Report Post  
Posted to microsoft.public.excel.programming
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






  #5   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2
Default Available functions within Excel VBA

I thank you for your answers. I know enough !

Regards,

Karel


"Tom Ogilvy" schreef in bericht
...
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








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
Multiple functions, conditional functions HeatherBelle Excel Worksheet Functions 7 October 17th 08 03:57 PM
How to convert cell formula functions to code functions Adnan Excel Discussion (Misc queries) 1 October 1st 08 08:30 PM
formula/functions for average and if functions Petu71 Excel Worksheet Functions 2 August 5th 07 08:25 PM
efficiency: database functions vs. math functions vs. array formula nickname Excel Discussion (Misc queries) 2 July 14th 06 04:26 AM
excel functions and User defined functions Kanan Excel Programming 4 May 20th 04 11:21 PM


All times are GMT +1. The time now is 10:36 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"