I am writing a macro to extract XML data from a Web API into a spreadsheet. The first column contains two fields delimited with a comma so I have extended the macro to insert a
source: SolutionSite
To suppress the warnings:
Application.DisplayAlerts = False
To activate the warnings:
Application.DisplayAlerts = True