View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
PeterM PeterM is offline
external usenet poster
 
Posts: 19
Default Disable System Alerts on File Open

I have a hyperlink in WorkbookA that opens up another spreadsheet, WorkbookB.
When opened, WorkbookB always asks if I want to update WorkbookB with other
data sources. The answer is always NO. How do I disable these system alerts
on a file open when opening from a hyperlink. If I need to change the
hyperlink to a pushbotton, that is no problem, but I still need to know how
to disable the system alerts..

Placing Application.DisableAlrets=True in the Open section of WorkbookB
doesn't work.

Any suggestions would be useful....thanks in advance for your help!