Force a new Excel instance

  • Thread starter Thread starter Marcelo
  • Start date Start date
M

Marcelo

Hi all!

I have an excel VBA program running with hidden excel workbook.

I want to force the user to open all the new XLS files in a differen
excel instance in order to avoid a forced show of the first hidde
instance.

It is possible to do?

Thanks

Marcelo.



:mad
 
When you open your instance of Excel set Application.IgnoreRemoteRequests to
True. Be sure to set it to False as you exit.

--
Jim Rech
Excel MVP

| Hi all!
|
| I have an excel VBA program running with hidden excel workbook.
|
| I want to force the user to open all the new XLS files in a different
| excel instance in order to avoid a forced show of the first hidden
| instance.
|
| It is possible to do?
|
| Thanks
|
| Marcelo.
|
|
|
| :mad:
|
|
| ---
| Message posted
|
 

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