Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
I want my workbook to update links upon opening, but not prompt me as
I open the workbook. I have used the following code. Private Sub Workbook_Open() Application.AskToUpdateLinks = False End Sub And I still get the prompt. Any ideas why? Thanks in advance. |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Sure, set it manually under Tools=Options, Edit Tab.
The prompt is issued before your code is run, so trying to manage it in the workbook being opened is not an option. -- Regards, Tom Ogilvy "Jason Bishop" wrote in message m... I want my workbook to update links upon opening, but not prompt me as I open the workbook. I have used the following code. Private Sub Workbook_Open() Application.AskToUpdateLinks = False End Sub And I still get the prompt. Any ideas why? Thanks in advance. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Calculate working days but change working week | Excel Discussion (Misc queries) | |||
Making weekend days working days - the system cuts the working tim | Excel Discussion (Misc queries) | |||
AsktoUpdateLinks Property | Excel Programming | |||
AskToUpdateLinks | Excel Programming | |||
Adding sales from a non working day to the previous working day | Excel Programming |