Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 30
Default Problems using Application.IgnoreRemoteReferences

Can someone please set me in the right direction.
I have recently added Application.IgnoreRemoteReferences to the
workbook open event to try to force users to open each Excel file in a
new instance of Excel. After I added the code and opened the file the
second time I get the message box that pops up that says "Existing
Remote Links Will Be Terminated".

1. Does anybody know why I get this message?
2. Is there a better way to force each Excel file to open in it's own
window.

** It should be noted that all of my code resides in an Add-In on a
network drive.

Any help would be greatly appreciated.
Thanks,
James

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 694
Default Problems using Application.IgnoreRemoteReferences

Hi,
I currently have the same issue in a particular book. I have checked all
external ref in the formulas and in the named ranges (menu Insert Name
Define), i have checked the books links. Nothing.
No time to investigate more, so, to prevent the message to appear, i am
using :
Application.DisplayAlerts = False
Application.IgnoreRemoteRequests = True
Application.DisplayAlerts = True

--
Regards,
Sébastien


"JGeniti" wrote:

Can someone please set me in the right direction.
I have recently added Application.IgnoreRemoteReferences to the
workbook open event to try to force users to open each Excel file in a
new instance of Excel. After I added the code and opened the file the
second time I get the message box that pops up that says "Existing
Remote Links Will Be Terminated".

1. Does anybody know why I get this message?
2. Is there a better way to force each Excel file to open in it's own
window.

** It should be noted that all of my code resides in an Add-In on a
network drive.

Any help would be greatly appreciated.
Thanks,
James


  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 30
Default Problems using Application.IgnoreRemoteReferences

Thanks Sebastien but I had previously tried that and it does suppress
the message but it stops me from being able to reopen the file after I
close it down.

Reply
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
Application.Calculation Problems Jive Excel Worksheet Functions 2 February 7th 08 02:21 PM
Problems setting Application.DefaultFilePath paulojfonseca Excel Programming 1 July 6th 05 11:24 PM
Problems with Excel VBA application [email protected] Excel Programming 2 June 12th 05 05:38 PM
Problems calling a procedure in another application msk19[_3_] Excel Programming 1 September 14th 04 12:49 PM
application.screenupdating problems and IE browser window belinda Excel Programming 0 September 17th 03 12:00 PM


All times are GMT +1. The time now is 10:41 PM.

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"