Stop Protect Document task pane from displaying

K

kat0301

Is there a way to prevent the Protect Document task pane from appearing when
I unprotect a document to revise it? When I enter the password and click OK,
the task pane appears automatically, and I don't want it to.
Thanks!
 
C

Cindy M.

Hi =?Utf-8?B?a2F0MDMwMQ==?=,
Is there a way to prevent the Protect Document task pane from appearing when
I unprotect a document to revise it?
You could use a macro to remove the protection:

Sub MyFormUnprotect
ActiveDocument.Unprotect 'Add a password here if required
End Sub

Cindy Meister
INTER-Solutions, Switzerland
http://homepage.swissonline.ch/cindymeister (last update Jun 17 2005)
http://www.word.mvps.org

This reply is posted in the Newsgroup; please post any follow question or reply
in the newsgroup and not by e-mail :)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top