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: 61
Default terminating remote links?

I have been trying to get around the problem of a userform interacting
with the wrong workbook, when I have more than one workbook open. I
discovered the following code which causes other workbooks to open in a
new instance of excel:

Application.IgnoreRemoteRequests = True

this works great, but I realized a few things that are causing
problems.

1. although I added Application.IgnoreRemoteRequests = False to the
close sub, I am still afraid that it does not guarantee that this will
be shut off. maybe the form won't be closed that way, or a crash etc.
and that causes problems when trying to open another workbook.

2. is there a way to make a workbook open in it's own instance of
excel, rather than in an existing application?

3. is there a way to eliminate the warning message (existing remote
links will be terminated) that appears when setting
Application.IgnoreRemoteRequests = True?

or if there is a better way to bind a workbook with changing filename
to a userform, that would be nice. thanks.

 
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
Excel 2003 remote links update sherband Excel Discussion (Misc queries) 0 February 22nd 07 08:09 PM
Excel 2003 remote links update sherband Excel Discussion (Misc queries) 0 February 22nd 07 08:05 PM
remote links mcarrington Excel Worksheet Functions 1 September 22nd 05 02:52 AM
remote links mcarrington Excel Discussion (Misc queries) 3 September 22nd 05 12:14 AM


All times are GMT +1. The time now is 03:17 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"