|
1 2 3 4 5 6 |
Sub OpenWorkbookWithoutUpdatingLinks() Dim wb As Workbook Application.AskToUpdateLinks = False Set wb = Workbooks.Open("C:\Path\To\Your\Workbook.xlsm", UpdateLinks:=0) Application.AskToUpdateLinks = True End Sub |
Last Updated on 2024-08-02 by gantovnik
Recent Comments