ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   excel version and servicepack (https://www.excelbanter.com/excel-programming/309972-excel-version-servicepack.html)

sanjay wankhede

excel version and servicepack
 
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


Rob Bovey

excel version and servicepack
 
"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 *




Chip Pearson

excel version and servicepack
 
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





All times are GMT +1. The time now is 11:40 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com