View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Sheeloo[_3_] Sheeloo[_3_] is offline
external usenet poster
 
Posts: 1,805
Default Suppress Update Links Prompt

There is an option under Tools|Options|Calculate to 'update remote references'

You can add the code to workbook_Open method...

Typically Excel prompts the user to update the links...

--
Always provide your feedback...


"Brent E" wrote:

Good day,

I need to set a macro or VBA module to be stored w/ the worksheet that will
automically update links upon openning of the file. Can I do this through
code at the file level or this an global office setting?

Thanks,