Is there a way to programmatically find out, within the DocumentBeforeClose event of the Word.Application object, if the user answered 'Yes' when prompted to save during the closing of the document...
http://www.experts-exchange.com/Software/Office_Productivity/Office_Suites/MS_Office/Word/...
Zones:
MS WordDate Answered: 01/31/2006 Grade: B Views: 0
I am writting addin using Visual Studio 2005 C++ and ATL for Word 2007. How do I get event notifications like DocumentBeforeClose, DocumentBeforeSave, etc. I need to do some processing before...
http://www.experts-exchange.com/Programming/System/Windows__Programming/ATL_WTL_COM/Q_2287...
More Word silliness. I need to prevent a document from being closed under certain conditions. I've tried adding code to an AutoClose() procedure that "overrides" the inbuilt auto macro of the same ...
http://www.experts-exchange.com/Programming/Languages/Visual_Basic/Q_20407242.html
Zones:
Visual BasicDate Answered: 11/25/2002 Grade: A Views: 0
Here's the situation. I have a .dot file that contains the following VBA code:
*******************************************
Public WithEvents app As Word.Application
Private Sub Document_Ope...
http://www.experts-exchange.com/Software/Office_Productivity/Office_Suites/MS_Office/Q_205...