Mutiple Instances of Excel - Which one will Windows use to open a file?

  • Thread starter Thread starter Alan
  • Start date Start date
A

Alan

Hi All,

If I have multiple instances of excel open, is there any way to
dictate which one will be used by Windows to open an excel workbook if
the user double clicks on it in windows explorer?

One of the instances will always have a modal userform open, so I need
to avoid that instance being used.

Thanks,

Alan.
 
... is there any way to
dictate which one will be used by Windows to open an excel workbook if
the user double clicks on it in windows explorer?

Not that I know of.

One of the instances will always have a modal userform open, so I need
to avoid that instance being used.

Application.IgnoreRemoteRequests = True will prevent further files
being opened in that instance.


Regards,
Vic Eldridge
 
Application.IgnoreRemoteRequests = True will prevent further files
being opened in that instance.

Perfect!

I wasn't even aware of that one.

Thanks Vic - Much appreciated.
 

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

Back
Top