Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I want to avoid the update links message when a workbook is opened, but
only for that workbook. So I created a module with the code below. However Auto_open is run AFTER the update links dialog appears. I also tried using Workbook_Open. How do I stop the dialog from appearing? I do want to update every time this workbook is opened. Public Sub Auto_Open() Application.AskToUpdateLinks = False End Sub Public Sub Auto_Close() Application.AskToUpdateLinks = True End Sub -- http://www.standards.com/; See Howard Kaikow's web site. |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Workbooks.Open Filename:=.UpdateLinks:=0, IgnoreReadOnlyRecommended:=True | Excel Discussion (Misc queries) | |||
Disabling updatelinks | Excel Discussion (Misc queries) | |||
Don´t show Updatelinks prompt and don´t update | Excel Programming | |||
Help with updatelinks:=3 etc PLEASE | Excel Programming | |||
Updatelinks | Excel Programming |