In an XLSM doc I am getting an error on the line below. It happens when the user tries to save the workbook as the existing workbook name. Thanks in advance
Run-time error '91': Object variable or With block variable not set
ExternalLinks = DestinWB.LinkSources(Type:=xlLinkTypeExcelLinks)...