Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / Word / Mailmerge and Fax / June 2004

Tip: Looking for answers? Try searching our database.

Text Form Fields

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
Anna - 03 Jun 2004 20:27 GMT
Is there any way to add font formatting such as Bold or
Italics to selected words in a text field without
unlocking the form?
Doug Robbins - Word MVP - 03 Jun 2004 23:18 GMT
Even using VBA, it is necessary to first unprotect the document

ActiveDocument.Unprotect
ActiveDocument.FormFields("Text1").Range.Words(2).Font.Bold = True
ActiveDocument.Protect wdAllowOnlyFormFields, NoREset

Signature

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

>
> Is there any way to add font formatting such as Bold or
> Italics to selected words in a text field without
> unlocking the form?
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.