Hi John,
Use something like:
'To turn on Track changes
ActiveDocument.TrackRevisions = True
'To set the password against revision
ActiveDocument.Protect Password:="123", NoReset:=True, Type:= _
wdAllowOnlyRevisions
HTH
Cheers!
--
_______________________________________
Jean-Guy Marcil
(e-mail address removed)
<
[email protected]> a écrit dans le message de
[email protected]...
Sorry I was vague.
I want it to track changes with a password so the people I
send the document to cannot change it without me knowing.
The document is not protected as of now.
What I did was open up a mail merge document, merge it and
create a new document. And I want to track the changes on
the new document.
Thanks!