Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
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 "Greg Lovern" wrote in message ... 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 |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel 2010 Service Pack 1 | Excel Discussion (Misc queries) | |||
Excel 2010 Service Pack 1 | New Users to Excel | |||
how to determine excel service pack programatically? | Excel Discussion (Misc queries) | |||
Excel 2000 post-Service Pack 3 hotfix package Q841881 | Excel Discussion (Misc queries) | |||
Difference between a Service Release and a Service Pack? | Excel Programming |