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
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