Hi,
Does anybody know in Word VBA how to determine:
- A document is newly created;
- 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!
Hi,
Does anybody know in Word VBA how to determine:
I found the Document.Saved property, but it does not help in my case.
Thank you so much!
Document.Path
- if it is an existing document as against a new one.
What do you mean by "it does not help..."?