View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Greg Lovern Greg Lovern is offline
external usenet poster
 
Posts: 224
Default Detect Excel service pack

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