Auto: Do Not Refresh Links

DALIEN51

Registered User.
Local time
Today, 00:34
Joined
Feb 26, 2004
Messages
77
I am using MS Access 2000 to open various MS Excel files and make alterations. However, on closing each file it always asks me words to the effect of "do you wish to refresh links?". Is there any way in code to set refresh links to NO rather than have to deal with this question each time while the code is running?

At the minute to close a file I have the following code:

myWorkBook.Close (False)
myApp.Quit

The (False) bit avoids it asking me if I wish to save changes each file.

Any help most appreciated,

Dalein51
 

Users who are viewing this thread

Back
Top Bottom