vba word 2007 - protect document but enable toolbars
Posted
by laetitas
on Stack Overflow
See other posts from Stack Overflow
or by laetitas
Published on 2009-10-19T20:41:14Z
Indexed on
2010/04/20
5:03 UTC
Read the original article
Hit count: 203
I have a document with sections that are protected and unprotected. With Word 2003 the sections that were unprotected had formatting enabled - specifically the bullets and numbering. Now with Word 2007, even though the same sections are unprotected, the bulleting and numbering is disabled. Is there anyway to enable this? I tried playing around with CommandBars but nothing has worked. e.g. Application.CommandBars("Formatting").Enabled = True
© Stack Overflow or respective owner