I put these instructions in the VBA script, but the window keeps popping compatibility checker.
How should the correct syntax to save and not ask for confirmation of compatibility?
Sub savePlan() Call AjusteDeLayout_1 Application.EnableEvents = False ActiveWorkbook.Save Application.EnableEvents = True Range("A2").SelectEnd Sub