K
kckc
I'm trying to create a template with custom toolbars. I want to protect the
custom toolbars from being changed, and also prevent users from adding new
toolbars. The way I did this is to cycle through all sections and set
ProtectForForms=False, then protect the document with
Type:=wdAllowOnlyFormFields. Is this the correct way of doing it?
custom toolbars from being changed, and also prevent users from adding new
toolbars. The way I did this is to cycle through all sections and set
ProtectForForms=False, then protect the document with
Type:=wdAllowOnlyFormFields. Is this the correct way of doing it?