B
Brendan
I have a document and at the bottom of page 1, I insterted a "Section Break
(Next Page)". On the Sub_AutoNew, I call the following as per another post
to protect everything above the section ---
ActiveDocument.Sections(1).ProtectedForForms = True --- However, nothing
happens when I open a new document from the template. I know that the
AutoNew is working as I force the user into a bookmark out of the gate.
Another post spoke about going to TOOLS, PROTECT DOCUMENT, and there would
be some prompt box for protecting only sections. The only thing that happens
when I go this route is a popup on the right side of the document appears
with Formatting Restrictions, Editing Restrictions, and Starte Enforcement.
My overall goal is to only protect page 1 as page 2 and so on are open
typing for the user.
(Next Page)". On the Sub_AutoNew, I call the following as per another post
to protect everything above the section ---
ActiveDocument.Sections(1).ProtectedForForms = True --- However, nothing
happens when I open a new document from the template. I know that the
AutoNew is working as I force the user into a bookmark out of the gate.
Another post spoke about going to TOOLS, PROTECT DOCUMENT, and there would
be some prompt box for protecting only sections. The only thing that happens
when I go this route is a popup on the right side of the document appears
with Formatting Restrictions, Editing Restrictions, and Starte Enforcement.
My overall goal is to only protect page 1 as page 2 and so on are open
typing for the user.