Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi,
Is there any API( may be windows) to directly ready the Excel version,Build and servicepack information? I do not see any propery of Excel.Application in VBA code to figure out the service pack though I could get the version and build. Thanks -sanjay |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
"sanjay wankhede" wrote in message
... Is there any API( may be windows) to directly ready the Excel version,Build and servicepack information? I do not see any propery of Excel.Application in VBA code to figure out the service pack though I could get the version and build. Hi Sanjay, The build number uniquely identifies the service pack in all but rare special cases. The problem is determining which build numbers correspond to which service packs. I used to keep a list of these but it's been so long since I needed to use them that I stopped collecting the information. The easiest thing to do might be to just remove Office from your computer, then reinstall the original version followed by each service pack, checking the build numbers as you go along to see what they are. In the vast majority of cases, the build number that you see for a given service pack on your machine will be exactly the same build number for that service pack on any other machine. -- Rob Bovey, MCSE, MCSD, Excel MVP Application Professionals http://www.appspro.com/ * Please post all replies to this newsgroup * * I delete all unsolicited e-mail responses * |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
You can get the Version and Build numbers from the Application
object. Debug.Print Application.Version Debug.Print Application.Build -- Cordially, Chip Pearson Microsoft MVP - Excel Pearson Software Consulting, LLC www.cpearson.com "sanjay wankhede" wrote in message ... Hi, Is there any API( may be windows) to directly ready the Excel version,Build and servicepack information? I do not see any propery of Excel.Application in VBA code to figure out the service pack though I could get the version and build. Thanks -sanjay |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I save an Excel 97-2003 version or 2007 version for Mac 200 | Excel Discussion (Misc queries) | |||
Recover earlier version of excel sheet after new version saved? | Excel Discussion (Misc queries) | |||
How can I update the version of Excel 2000 9.0 to version 10.0 | Excel Discussion (Misc queries) | |||
excel 2002 build version and servicepack information needed | Excel Programming | |||
ServicePack 2 and Office 2000 - Deleting OWC | Excel Programming |