+ Reply to Thread
Results 1 to 4 of 4

Version Number Property

  1. #1
    Registered User
    Join Date
    08-07-2006
    Posts
    6

    Version Number Property

    I need to check the version of Excel which my users are running my spreadsheet. =INFO("release") gives me the version number (11.0 for 2003). How do I get this programmatically so I can include it in my code?

    Thanks
    Last edited by geoffkb; 08-09-2006 at 05:58 PM.

  2. #2
    Ron de Bruin
    Guest

    Re: Version Number Property

    Use this

    Val(Application.Version)

    --
    Regards Ron de Bruin
    http://www.rondebruin.nl



    "geoffkb" <[email protected]> wrote in message
    news:[email protected]...
    >
    > I need to check the version of Excel which my users are running my
    > spreadsheet. info("relaease") gives me the version number (11.0 for
    > 2003). How do I get this programmatically so I can include it in my
    > code?
    >
    > Thanks
    >
    >
    > --
    > geoffkb
    > ------------------------------------------------------------------------
    > geoffkb's Profile: http://www.excelforum.com/member.php...o&userid=37209
    > View this thread: http://www.excelforum.com/showthread...hreadid=570154
    >




  3. #3
    Bob Phillips
    Guest

    Re: Version Number Property

    Val(Application.Version)

    --
    HTH

    Bob Phillips

    (replace somewhere in email address with gmail if mailing direct)

    "geoffkb" <[email protected]> wrote in
    message news:[email protected]...
    >
    > I need to check the version of Excel which my users are running my
    > spreadsheet. info("relaease") gives me the version number (11.0 for
    > 2003). How do I get this programmatically so I can include it in my
    > code?
    >
    > Thanks
    >
    >
    > --
    > geoffkb
    > ------------------------------------------------------------------------
    > geoffkb's Profile:

    http://www.excelforum.com/member.php...o&userid=37209
    > View this thread: http://www.excelforum.com/showthread...hreadid=570154
    >




  4. #4
    Registered User
    Join Date
    08-07-2006
    Posts
    6

    Thanks

    Thanks to you both, that was exactly what I needed. I really appreciate that.

    Geoff

+ 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