View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
JohnUK JohnUK is offline
external usenet poster
 
Posts: 173
Default Disable links to other workbooks

I have various workbooks that the master picks up to transfer data, but some
of the workbooks have links to other files, hence I keep getting a message to
either update or not. This means I have to keep pressing the Dont Update for
the program to move on. I have used Application.DisplayAlerts = False
command, but to no avail. Is there something else I can use.
Many thanks again, John