Problems with Protected Forms

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

Guest

I have a protected form that I have added date fields, dropdown lists and
text fields. I CANNOT format the text fields - meaning I can't spell check
AND I can't add bullets to the text. Does anyone have a solution? Any
advise would be greatly appreciated!!
 
You need to format the form field (textbox...checkbox...dropdown)
within the master template. Then whatever is typed will have the info
you need.

Alternatively, you'd need to use a custom dialog box to capture the
user input text and then insert it into a wrapped bookmarked location
and apply the style directly to the text...yes, bypassing the use of a
form field.

You can learn more tips/tricks in my automated forms tutorials here:

Word AutoForm Articles
http://www.mousetrax.com/techpage.html#autoforms

As for handling the spell check, see this article...
http://word.mvps.org/FAQs/MacrosVBA/SpellcheckProtectDoc.htm

Dian D. Chapman
Technical Consultant, Microsoft MVP
MOS Certified, Editor/TechTrax

View Hurricane Humane Updates: http://www.mousetrax.com/pets.html
Free Microsoft Tutorials: http://www.mousetrax.com/techtrax
Learn VBA the easy way: http://www.mousetrax.com/techcourses.html





On Mon, 26 Sep 2005 13:36:04 -0700, Julie R D <Julie R
 

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

Back
Top