Hidden excel application

B

Ben

Hi
I have an Excel application object that is not visible (Application.Visible
= False). When the user double clicks an excel workbook from windows
explorer, the invisible Excel application is made visible. Is there any way
to force a new excel application window to be launched?

Thanks
Ben
 
D

Dave Peterson

One suggestion to turn make excel behave nicely (always use the same instance)
is to:

Tools|Options|General|Ignore other applications (uncheck it)

So to make excel behave poorly <vg>, maybe you could try the opposite:

Tools|Options|General|Ignore other applications (check it)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top