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

Tom, not running theExcel instance, but the existance of the installed
program I need to check.

"Tom Ogilvy" wrote in message
...
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.