M
mrb
Im currently building a Word COM add-in, which has several lines of code for
both the DocumentBeforeSave event and DocumentBeforeClose event.
During closing of the document the user is naturally asked whether to save
the document. If document is saved the DocumentBeforeSave event is triggered
before the DocumentBeforeClose event which is fair enough.
I need to determine during the DocumentBeforeSave event routine that the
document is closing (in the process of closing). How can this be determined?
Any help appreciated....
Andrew
--
both the DocumentBeforeSave event and DocumentBeforeClose event.
During closing of the document the user is naturally asked whether to save
the document. If document is saved the DocumentBeforeSave event is triggered
before the DocumentBeforeClose event which is fair enough.
I need to determine during the DocumentBeforeSave event routine that the
document is closing (in the process of closing). How can this be determined?
Any help appreciated....
Andrew
--