Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3
Default 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

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 811
Default 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 *



  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 7,247
Default 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



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How do I save an Excel 97-2003 version or 2007 version for Mac 200 Bronigal Excel Discussion (Misc queries) 1 December 7th 09 08:04 AM
Recover earlier version of excel sheet after new version saved? stephanie38 Excel Discussion (Misc queries) 3 June 17th 05 03:52 AM
How can I update the version of Excel 2000 9.0 to version 10.0 Ramsey Can Excel Discussion (Misc queries) 1 May 11th 05 03:28 PM
excel 2002 build version and servicepack information needed sanjay wankhede Excel Programming 3 September 14th 04 01:26 PM
ServicePack 2 and Office 2000 - Deleting OWC Dick Excel Programming 2 September 6th 04 04:10 PM


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

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"