H
H Dodson
Using Word 2000 and later, I need a code to put in my macro that will
unprotect the document. I am using a simple macro as below and the first
thing I want it to do is to unprotect the doc. Any ideas?
This is what I have thus far:
Selection.WholeStory
Selection.Copy
ActiveDocument.Close SaveChanges:=wdDoNotSaveChanges
End Sub
unprotect the document. I am using a simple macro as below and the first
thing I want it to do is to unprotect the doc. Any ideas?
This is what I have thus far:
Selection.WholeStory
Selection.Copy
ActiveDocument.Close SaveChanges:=wdDoNotSaveChanges
End Sub