How to Schedule a Macro to Run on Document Save
You want a custom VBA macro to execute automatically every time you save a Word document. Word does not expose a direct setting to run a macro on save, but it provides a built-in event called DocumentBeforeSave that you can use. This article explains how to write and attach a macro to the DocumentBeforeSave event … Read more