M
matt
Hello,
I have a document that is protected by a password. And I have a macro that
sends the document in an email. But I have some other stuff in that macro
that removes some things before it sends it.
Before it removes the those things, I have it execute a:
ActiveDocument.SaveAs "Temp_Doc.doc"
And then after it executes the "SaveAs" it prompts me for the password again
within the new file "Temp_Doc.doc". How do I remove the password protection
while its saving or after it's saved programmatically, while still keeping it
in the origional document? Been trying to do this for HOURS!!!
Please Help!
Thanks
I have a document that is protected by a password. And I have a macro that
sends the document in an email. But I have some other stuff in that macro
that removes some things before it sends it.
Before it removes the those things, I have it execute a:
ActiveDocument.SaveAs "Temp_Doc.doc"
And then after it executes the "SaveAs" it prompts me for the password again
within the new file "Temp_Doc.doc". How do I remove the password protection
while its saving or after it's saved programmatically, while still keeping it
in the origional document? Been trying to do this for HOURS!!!
Please Help!
Thanks