LinkBack Thread Tools Search this Thread Display Modes
Prev Previous Post   Next Post Next
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 175
Default IgnoreRemoteRequests & multiple Instances

I have read many posts here and out of the web about issues with
IgnoreRemoteRequests=true. In all of the cases with solutions, Simply
turning off (=false / uncheck) Ignore Other Applications allows the excel
environment to properly work again.

I am attempting to code a module will create a "MyMacro" button on the
Worksheet menu bar that will run the macro process for the given workbook
that created the button. This works as designed as long as only one instance
of excel is needed at a time. The whole purpose of the task is to allow many
seperate instances of excel that do not conflict. Each having their own
Worksheet menu bar button.

One of the solutions I read on the web was to create a new workbook,
IgnoreRemoteRequests=false, saveas a nametodelete.xls, delete the file. The
Solution said that this will allow opening new instances of excel with out
interferring with the protected instance. Workbook.add did not open a new
instance so ineffect the supposedly protected environment was not protected.
I tried resetting IRR back to true as the last statement, then the open
behavior for new instances was re-broken.

Is the only solution to not even attempt this? And always just use 1
instance of excel? Quite frustrating!

*** A workaround I see ***
I suppose that I could create a new custom toolbar that gets a new and
unique button specifically pointing to workbook!mymacro as long as the
workbook(s) are open and have close logic that will clean-up the specific
button as each workbook is closed, and delete the custom toolbar when it
nolonger has any buttons (i.e last open workbook is being closed)

But for academic sake, I'd still like to see if my 1st idea is even possible
in the current excel environment.

Any thoughts?

--
Regards,
John
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
add multiple x values to multiple instances of y coordinate evrk Charts and Charting in Excel 0 January 18th 11 10:57 PM
Multiple instances of Excel (Multiple workbooks) Shane Setting up and Configuration of Excel 3 November 13th 09 05:07 PM
Create list of unique instances from list of multiple Instances Dishon Excel Worksheet Functions 0 March 3rd 08 10:46 AM
Is 'IgnoreRemoteRequests' the same as.... dim Excel Programming 2 January 7th 08 10:00 PM
Problems using IgnoreRemoteRequests in a shared add-in JGeniti Excel Programming 0 July 20th 05 09:32 PM


All times are GMT +1. The time now is 05:20 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"