Tracking Document modification Event!

A

Ahmad Jalil Qarshi

I want to track Document modification event. i.e if someone modify the
document i want to track it. I tried to find out the TLB file of MS Word.
but couldn't find any event. Isn't there any event?


Ahmad Jalil Qarshi
 
J

Jezebel

Don't know what a TLB file is, but no, there is no 'document changed' event.
If you're desperate you can use a timer and check whether the .Saved
property has changed to false.
 
A

Ahmad Jalil Qarshi

Thanks Jezebel.

Jezebel said:
Don't know what a TLB file is, but no, there is no 'document changed' event.
If you're desperate you can use a timer and check whether the .Saved
property has changed to false.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top