C
Celtic_Avenger
Hi peeps.............
I have used the following code in the Workbook_Open() VBA page
Application.IgnoreRemoteRequests = True
When I then open the workbook I get a popup message saying
"Existing Remote Links Will Be Terminated"
with a "OK" and a "Cancel" options..........
I am happy for this on each occasion the work book opens. I have used
Application.IgnoreRemoteRequests = False
when the workbook closes, to turn this option off.
Is there a way to stop the popup warning from being displayed.
Celtic_Avenge
I have used the following code in the Workbook_Open() VBA page
Application.IgnoreRemoteRequests = True
When I then open the workbook I get a popup message saying
"Existing Remote Links Will Be Terminated"
with a "OK" and a "Cancel" options..........
I am happy for this on each occasion the work book opens. I have used
Application.IgnoreRemoteRequests = False
when the workbook closes, to turn this option off.
Is there a way to stop the popup warning from being displayed.
Celtic_Avenge