macro won't fire

D

Dick

I have a macro that re-protects a document. When I add
the macro to a form field to "run macro on entry", the
macro does not fire.
can anyone tell me what I'm failing to do?

sub prot()
activedocument.protect type:=wdAllowOnlyFormFields,
noreset:=true password:="bingo"
end sub
 
D

Doug Robbins - Word MVP

The document would have to be protected in the first instance for the macro
to run on entry to the formfield. Formfields don't act as formfields UNTIL
the document is protected.

--
Please post any further questions or followup to the newsgroups for the
benefit of others who may be interested. Unsolicited questions forwarded
directly to me will only be answered on a paid consulting basis.

Hope this helps
Doug Robbins - Word MVP
 

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