View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Jim Rech Jim Rech is offline
external usenet poster
 
Posts: 2,718
Default Force a new Excel instance

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

"Marcelo " wrote in message
...
| 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.
|
|
|
|
|
|
| ---
| Message posted from http://www.ExcelForum.com/
|