|
-
Oct 15th, 2002, 06:54 AM
#1
Thread Starter
New Member
displayalerts
I want to be able to update the links in a worksheet without the alert box appearing. I'm still getting a message alert asking to update links yes/no. What am I doing wrong??
Application.DisplayAlerts = False
Set xlWorkbook = xl.Workbooks.Open(OpenPath)
xlWorkbook.UpdateLink Name:=ActiveWorkbook.LinkSources
Set xlWorksheet = xlWorkbook.Sheets("Neph")
xlWorksheet.Activate
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|