AskToUpdateLinks not working

  • Thread starter Thread starter Jason Bishop
  • Start date Start date
J

Jason Bishop

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.
 
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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top