again in trouble with word macros

J

Juggernath

One simple question (i didn't work with forms in word for a long time)
Where is the option to lock form?
 
H

Harold

If when you say "lock form" you really mean protect a form, then you would
use
ActiveDocument.Protect Type:=wdAllowOnlyFormFields and you can add a
password and specify the noreset switch.
Harold
 
J

Juggernath

thnx
Harold said:
If when you say "lock form" you really mean protect a form, then you would
use
ActiveDocument.Protect Type:=wdAllowOnlyFormFields and you can add a
password and specify the noreset switch.
Harold
 
Top