• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Workbook Open with out update links

How can I suppress the update link message while opening a workbook through the following code:

Code:
Dim wb1 As Excel.Workbook
Set wb1 = Workbooks.Open(Worksheets("Macro").Range("L13"))
 
Thanks, Hui. It worked. Well, I have added the range where I have the path to the folder. I need to change the path if needed. Thanks for your support!
 
Back
Top