Word 97 (SR2) on Win95/98
This post relates ever so slightly to my previous post (#31633) and relates to my efforts to stop Word asking my users to save normal.dot and a global add-in on exit/quit.
Previously, I’ve always used an AutoExit() macro to trigger an event that sets the NormalTemplate.Saved (and/or Templates(pathglobal.dot).Saved) property to True. This event never triggers when users use the application window close button (the X, up there on the right) to Exit Word though.
I popped over to the Word VBA newsgroup and was pointed to an excellent article at http://www.mvps.org/word/FAQs/MacrosVBA/AppClassEvents.htm
Unfortuantly, creating this Class Module and declaring an oApp_Quit event procedure does exactly the same as an AutoExit() and, most importantly, it fires after any