Edwin Yip
Edwin Yip

Reputation: 4220

Word VBA: How to determine a document newly created and modified?

Does anybody know in Word VBA how to determine:

  1. A document is newly created;
  2. A document is modified by the user?

I found the Document.Saved property, but it does not help in my case.

Thank you so much!

Upvotes: 1

Views: 1548

Answers (1)

shahkalpesh
shahkalpesh

Reputation: 33474

Document.Path - if it is an existing document as against a new one.
What do you mean by "it does not help..."?

Upvotes: 3

Related Questions