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