paulcherianc
Member
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"))