View Single Post
  #5   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

or trying to create an instance. I guess that would fail if Excel wasn't
present.

--

HTH

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

"Harlan Grove" wrote in message
...
"Bob Phillips" wrote...
Use

application.version

..

Kinda Chicken & Egg-ish. If there's no version of Excel at all, there's no

way
to execute this statement. Check whether Excel exists at all could be done

by
searching for EXCEL.EXE.

--
To top-post is human, to bottom-post and snip is sublime.