Links in spreadsheet

P

PeterW

Hello.

I need to open a series of spreadsheets in a directory, copy a worksheet
from each and paste the worksheet into a new spreadsheet.

All of this I can do, but the spreadsheets I have to open have links to
other spreadsheets that cause the 'Update?' message box to appear.

Is there a way to send a 'don't update' response click, or any other way to
get around the message box?

Thank you for your help.

PeterW
 
G

Guest

hi,
try this....

Application.DisplayAlerts = False
'your code here
Application.DisplayAlerts = True

regards
FSt1
 

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