Is there a way to intercept the NO command after receiving the "Do you want to save the changes you made to 'Document'?
When a user selects "NO" to the prompt I would like for MS Word to save a copy in a local folder.Is there a way to stop this Worksite prompt?
This the part that is bothering me....the DocumentBeforeClose event. I don't have much experience in iMan programming in VBA. If you can provide a quick example on how I can accomplish in VBA that will be much appreciated!!
JNY - you are the man! I was able to catch the DocumentBeforeClose event as you stated and disabled the Worksite's Save Changes prompt and replaced it with Message Box I created and manipulated.Very much APPRECIATED!