View Single Post
  #6   Report Post  
Posted to microsoft.public.excel.programming
Claire[_2_] Claire[_2_] is offline
external usenet poster
 
Posts: 6
Default How to check programmatically if Excel is installed?

I am not asking about code.
I am asking just in general.
Is anybody in this group able to answer at least this question posted
initially
"
Is it always excel.exe?
I think some older version had msexcel.exe, but I can be mistaken.
"
Claire


"Dave Peterson" wrote in message
...
I don't speak the VB. But did you try the createobject() suggestion?

Claire wrote:

Sorry, I missed that.
I am programming in old vbasic (ver.6).
My app needs to check if the Excel (any version) is installed on target
computer.
Claire

"Claire" <replyto@fra wrote in message
...
Hello,
What will be the best way to check if Excel is installed and what is
the
name of executable?
Is it always excel.exe?
I think some older version had msexcel.exe, but I can be mistaken.
Your thoughts please,
Claire


--

Dave Peterson