Detect Excel service pack

G

Greg Lovern

Is there a good way to detect what service pack Excel is running?
Application.Version reports the same version number regardless of
service pack.

Do I have to use Application.Path to get the path to Excel.exe, then
use FileSystemObject to get the the DateCreated property of Excel.exe,
then compare to the file date of the desired service pack? Or is there
a better way?


Thanks,

Greg
 
P

Peter T

Application.Build

Presumably there's a resource 'out there' that'll help relate potential
build numbers to the SP. If you find it maybe you can post the link.

Regards,
Peter T
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top