File Properties disabled when protecting section

D

Derek

I have a section of my document that only contins fields
that are in the File, Propeties. I want to protect this
section of the document so it is only updated by using
File, Properties. I created a section for these fields
and protected this section. However, now when I go to
File, Properties, I cannot change the value of any of the
fields. Is there a way around this? I thought of
writting a macro to temporarily unprotect and bring up the
File, Properties window, but I cannot find a way to bring
up the window through VBA.
 
D

Doug Robbins - Word MVP

You could use a userform to display/collect the information that you want to
appear in the fields.

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

Jay Freedman

Derek said:
I have a section of my document that only contins fields
that are in the File, Propeties. I want to protect this
section of the document so it is only updated by using
File, Properties. I created a section for these fields
and protected this section. However, now when I go to
File, Properties, I cannot change the value of any of the
fields. Is there a way around this? I thought of
writting a macro to temporarily unprotect and bring up the
File, Properties window, but I cannot find a way to bring
up the window through VBA.

If you want the File/Properties dialog box then use:
CommandBars.FindControl(ID:=750).Execute
 

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