Forms and multiple bumbering

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

When using (protected) forms a lot of functions are blocked, among which
(multiple) numbering and bulleting.
Is there a way to influence, workaround or change the build-in blocking of
functions in forms?
 
You can enable spell check with a macro. See
http://www.mvps.org/word/FAQs/MacrosVBA/SpellcheckProtectDoc.htm.

Otherwise, you can have unprotected sections which would allow you to apply
bullets and numbering through styles.
--
See: How to create numbered headings or outline numbering in your Word
document
http://www.shaunakelly.com/word/numbering/OutlineNumbering.html. (For
bullets see http://www.shaunakelly.com/word/bullets/controlbullets.html, the
subject is related.)


--

Charles Kenyon

Word New User FAQ & Web Directory: http://addbalance.com/word

Intermediate User's Guide to Microsoft Word (supplemented version of
Microsoft's Legal Users' Guide) http://addbalance.com/usersguide

See also the MVP FAQ: http://www.mvps.org/word which is awesome!
--------- --------- --------- --------- --------- ---------
This message is posted to a newsgroup. Please post replies
and questions to the newsgroup so that others can learn
from my ignorance and your wisdom.
 
Back
Top