Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() 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 |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Use this
Val(Application.Version) -- Regards Ron de Bruin http://www.rondebruin.nl "geoffkb" wrote in message ... 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
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Val(Application.Version)
-- HTH Bob Phillips (replace somewhere in email address with gmail if mailing direct) "geoffkb" wrote in message ... 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
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Thanks to you both, that was exactly what I needed. I really appreciate that. Geoff -- geoffkb ------------------------------------------------------------------------ geoffkb's Profile: http://www.excelforum.com/member.php...o&userid=37209 View this thread: http://www.excelforum.com/showthread...hreadid=570154 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
how can you insert a version number in excel ? | Excel Worksheet Functions | |||
Help. Getting error retrieveing version number | Excel Programming | |||
increment version number | Excel Discussion (Misc queries) | |||
VBA get lotus notes version number | Excel Programming |