View Single Post
  #3   Report Post  
Posted to microsoft.public.excel.programming
FSt1 FSt1 is offline
external usenet poster
 
Posts: 3,942
Default Links in spreadsheet

hi,
try this....

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

regards
FSt1

"PeterW" wrote:

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