In Excel 2011 when saving a workbook with VBA modules as an XLSX file (e.g. to strip VBA from the copy), you get the pop-up noting "Visual Basic macros will be removed...". When doing a save in VBA using Workbook.SaveAs ... is there any way to
suppress this message and just let VBA save the file without harassing the user? Using "Application.DisplayAlerts = False" doesn't seem to affect this message (sigh).
= Tyla G =