View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Bob Phillips[_6_] Bob Phillips[_6_] is offline
external usenet poster
 
Posts: 11,272
Default Detect what version (if any) of Excel is installed

Hi Keith,

Use

application.version

--

HTH

Bob Phillips
... looking out across Poole Harbour to the Purbecks
(remove nothere from the email address if mailing direct)

"Keith Brautigam" wrote in message
...
I am looking for a way (maybe something in the registry?) to determine

what version, if any, of Excel is installed on a PC. I would like it to
work regardless of whether Excel was installed as a standalone app or with
any of the various Office editions.

Thanks very much.