If you just add
ActiveDocument.Close wdDoNotSaveChanges
the copy on your computer should still be protected (if it was in the first
place).

Signature
Hope this helps.
Please reply to the newsgroup unless you wish to avail yourself of my
services on a paid consulting basis.
Doug Robbins - Word MVP
>I have a macro that send the document to email as an attachment that works
> fine. I also added another command that unlocks the document when it is
[quoted text clipped - 14 lines]
>
> End Sub
Mike Anderson - 12 Jun 2005 16:55 GMT
I couldn't get that to work but it started me in the right direction. I
ended up with-
ActiveDocument.Close OriginalFormat
This sent the document as unprotected and kept the original protected and
closed it in word.
Thanks for your time.
Mike
> If you just add
>
[quoted text clipped - 21 lines]
> >
> > End Sub