Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi all,
I was wondering if any one can help me find the veriosn and the service pack of office from VBA in the code. eg: I want to know if i am running office 2003 SP1. How do i do that. Any ideas are greatly appreciated Regards Amar |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi Amar
Application.Version will return the version number of Excel you are running eg if I type: ?Application.Version in the Immediate Window of the VBE editor it returns 11.0 (because I am using xl2003) - I also have 2002 on my machine, and if I type the same thing in the 2002 VBE I get 10.0. xl2000 would return 9.0 and xl97 (which I have at home) returns 8.0. Hope this is helpful! Richard On 30 Jan, 07:33, amar wrote: Hi all, I was wondering if any one can help me find the veriosn and the service pack of office from VBA in the code. eg: I want to know if i am running office 2003 SP1. How do i do that. Any ideas are greatly appreciated Regards Amar |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Thanks a lot Richard
Regards Amar |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
XML on the Data Menu | Excel Discussion (Misc queries) | |||
How can I make Office 2003 Desktop & Toolbar icons brighter & shar | Setting up and Configuration of Excel | |||
Can I run setup Office 2003 for office 2000 installed? | Excel Worksheet Functions | |||
Need to Improve Code Copying/Pasting Between Workbooks | Excel Discussion (Misc queries) | |||
Metering Office 97 products | Excel Discussion (Misc queries) |