Results 1 to 2 of 2

Thread: displayalerts

  1. #1

    Thread Starter
    New Member
    Join Date
    Oct 2002
    Posts
    11

    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

  2. #2

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width