View Single Post
  #2   Report Post  
Posted to microsoft.public.vb.general.discussion,microsoft.public.excel.programming
Tom Ogilvy Tom Ogilvy is offline
external usenet poster
 
Posts: 27,285
Default How to check programmatically whether Excel is installed on computer?

The most trustworthy would be to start it with CreateObject. (or use
GetObject which would get an existing running instance if one was up).

--
Regards,
Tom Ogilvy


Jack <replyto@newsgroup wrote in message
...
I mean Excel installed, not running.