View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
dim dim is offline
external usenet poster
 
Posts: 123
Default "UpdateLinks = 3" not working?

Hi, its me again...gain...again! ;-)

I have the following code in my auto-open, but I'm still getting the
question pop-up box relating to updating links and I don't know why. Does
anyone have any advice please?

Sub auto_open()
UpdateLinks = 3
Sheets("Sheet1").Select
Load UserForm1
UserForm1.Show
End Sub