2 Files Open In 2 Instances Of Excel

C

Celtic_Avenger

Dave......

It works superb,

But however........when the code gets to the

Application.IgnoreRemoteRequests = True

part, it opens a pop up prompt window saying

"Existing Remote Links Will Be Terminated"

And then asks for an "OK" or a "Cancel"

Is there a way to stop this pop up from dissplaying?

Hope you can once again help.

Thanks

Celtic_Avenge
 
D

Dave Peterson

Untested, but maybe you could post back with your results...

With Application
.DisplayAlerts = False
.IgnoreRemoteRequests = True
.DisplayAlerts = True
End With
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top