View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Jason Bishop Jason Bishop is offline
external usenet poster
 
Posts: 1
Default 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.