I have got some VB.net code that opens up an excel spreadsheets, checks all the vba modules and finds & replaces a certain string for another.
My code just hangs though if the Excel file 'Contains Links' and I have to press Continue on the m up message before my code will continue.
Is there any way I can handle this message, to ignore it, do my changes & save, without it breaking the spreadsheet, or even handle it so I at least ignore the file completely?
My code just hangs though if the Excel file 'Contains Links' and I have to press Continue on the m up message before my code will continue.
Is there any way I can handle this message, to ignore it, do my changes & save, without it breaking the spreadsheet, or even handle it so I at least ignore the file completely?