View Single Post
 
Old 04-27-2014, 11:53 PM
nsv nsv is offline Windows XP Office 2003
Novice
 
Join Date: Jul 2010
Location: Denmark
Posts: 17
nsv is on a distinguished road
Default Detect in VBA if document has been changed

A Word document functions as a kind of engineering drawing that has to be updated from time to time.
To keep a track on these updates a parallel document serves as a log where the changes are described, and to make sure it is filled in every time changes are made, I have an AutoClose macro in the drawing document automatically open the log document.

I should like to make it so, that the log is opened only if changes have been made to the drawing document, but I do not know how to detect that in VBA.
Anyone has a clue?

NSV
Reply With Quote