How can one check if the word document is modified by user.

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hello
I have an active x container hosting a word document.I would like to check if the end user has edited the document or not
Is there any property of word with which I can check weather a document is edited (dirty) or not
I have tried to use IsModified() but it always returns true even if the document was unmodified
Any usefull tips/hints would be appreciated
Regards
Vinee
 
Answered elsewhere. See the downside of multi-posting?



Vineet said:
Hello,
I have an active x container hosting a word document.I would like to check
if the end user has edited the document or not.
 
Back
Top