+ Reply to Thread
Results 1 to 5 of 5

Available functions within Excel VBA

  1. #1
    ing. K.J.A. Postulart
    Guest

    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. #2
    Gary's Student
    Guest

    RE: 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. #3
    Tom Ogilvy
    Guest

    Re: 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" <karelpostulart@planet.nl> wrote in message
    news:4310a912$0$8786$ba620dc5@text.nova.planet.nl...
    > Hi,
    >
    > Is there somewhere a complete list of standad available functions within
    > Visual basic for Excel ?
    >
    > With regards,
    >
    > Karel Postulart
    >
    >




  4. #4
    Tom Ogilvy
    Guest

    Re: 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" <twogilvy@msn.com> wrote in message
    news:OHZnhOzqFHA.908@tk2msftngp13.phx.gbl...
    > 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" <karelpostulart@planet.nl> wrote in message
    > news:4310a912$0$8786$ba620dc5@text.nova.planet.nl...
    > > Hi,
    > >
    > > Is there somewhere a complete list of standad available functions within
    > > Visual basic for Excel ?
    > >
    > > With regards,
    > >
    > > Karel Postulart
    > >
    > >

    >
    >




  5. #5
    ing. K.J.A. Postulart
    Guest

    Re: Available functions within Excel VBA

    I thank you for your answers. I know enough !

    Regards,

    Karel


    "Tom Ogilvy" <twogilvy@msn.com> schreef in bericht
    news:Oxr0tTzqFHA.1252@TK2MSFTNGP09.phx.gbl...
    > 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" <twogilvy@msn.com> wrote in message
    > news:OHZnhOzqFHA.908@tk2msftngp13.phx.gbl...
    >> 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" <karelpostulart@planet.nl> wrote in message
    >> news:4310a912$0$8786$ba620dc5@text.nova.planet.nl...
    >> > Hi,
    >> >
    >> > Is there somewhere a complete list of standad available functions
    >> > within
    >> > Visual basic for Excel ?
    >> >
    >> > With regards,
    >> >
    >> > Karel Postulart
    >> >
    >> >

    >>
    >>

    >
    >




+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1