A
AirW
I have created a custom Global Template and added it to the startup
folder in Word. It is loaded correctly - and performs its actions well
(only some toolbar manipulation firing several macros. The toolbar
belongs to this template - none of the others are touched).
Buttons on it are pushed down and up (they act like toggle buttons)
But they are all permanent - and not created or any other new
properties assigned (other than catching their being clicked and
up/down)
Whenever the Word instance is closed (and hence the template is closed)
and if (and only if) one of those toggle buttons has been clicked,
there is a prompt to "Save Changes to XXXX.dot". (Where that's the
template name). The prompt comes after the last document has been
closed, and before Word closes.
Actually it doesn't matter if the custom Global template is saved or
not as only the statuses of the button (BtnUp or BtnDown) will be
saved for the next session, but many employees are confused and unsure
what they should answer.
I've looked for an event of the application object to save (autoclose,
autoexit, save_before closing, etc.), but they don't seem to be able to
trap this request.
I just want to trap the message or to save the global template
automaticaly.
Thanks for any thoughts.
Air W
folder in Word. It is loaded correctly - and performs its actions well
(only some toolbar manipulation firing several macros. The toolbar
belongs to this template - none of the others are touched).
Buttons on it are pushed down and up (they act like toggle buttons)
But they are all permanent - and not created or any other new
properties assigned (other than catching their being clicked and
up/down)
Whenever the Word instance is closed (and hence the template is closed)
and if (and only if) one of those toggle buttons has been clicked,
there is a prompt to "Save Changes to XXXX.dot". (Where that's the
template name). The prompt comes after the last document has been
closed, and before Word closes.
Actually it doesn't matter if the custom Global template is saved or
not as only the statuses of the button (BtnUp or BtnDown) will be
saved for the next session, but many employees are confused and unsure
what they should answer.
I've looked for an event of the application object to save (autoclose,
autoexit, save_before closing, etc.), but they don't seem to be able to
trap this request.
I just want to trap the message or to save the global template
automaticaly.
Thanks for any thoughts.
Air W