ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   AskToUpdateLinks not working (https://www.excelbanter.com/excel-programming/301724-asktoupdatelinks-not-working.html)

Jason Bishop

AskToUpdateLinks not working
 
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.

Tom Ogilvy

AskToUpdateLinks not working
 
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.





All times are GMT +1. The time now is 01:59 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com