View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
SuperJas SuperJas is offline
external usenet poster
 
Posts: 66
Default Don't Update Links to Ext Workbooks using VBA

Hi,

Is there a piece of code that I can use within the Workbook_Open event that will automatically say "don't update links"?

I wish to stop the AskToUpdateLinks coming up, but can't use the Application.AskToUpdateLinks=False, since I don't want the links updated.

Thanks for your help!

SuperJas.