View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Peter T Peter T is offline
external usenet poster
 
Posts: 5,600
Default Any way to determine Service Pack level on an Excel install

Application.Build

This is the Build's I have for my 2007 SP1 & SP2 respectively
6331, 6524

My guess is if it's say 6500+ you can be pretty sure it's SP2 (in 2007 of
course), but I'll leave it to you to research if that is indeed the case.
Maybe you might post back your findings!

Regards,
Peter T



"Doug_F" wrote in message
...
I'd like to be able to run a bit of code on all of my user's workstations
to
determine if SP2 is installed. I'm pretty much open to any method that
works.

TIA

Doug