View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Norman Jones[_2_] Norman Jones[_2_] is offline
external usenet poster
 
Posts: 421
Default get number of service pack installed

Hi Mono,

In conjuction with the Appplication's version
property, try using the Application's Build
property.

See also:

How to check the version of Office XP
http://support.microsoft.com/kb/291331/en-us




---
Regards.
Norman


"mono" wrote in message
...
is there a way to find the number of the office service pack installed?
I know about "application.version" and "application.build" but those do
not
give me the information desired...
thanks!