Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.word.docmanagement
|
|||
|
|||
![]()
I am using a form with limeted edit capability. cant use line drawing. But I
need to underline with a different color than the text. |
#2
![]()
Posted to microsoft.public.word.docmanagement
|
|||
|
|||
![]()
Hi ?B?SW50ZWdyaXR5YnI=?=,
I am using a form with limeted edit capability. cant use line drawing. But I need to underline with a different color than the text. You cannot use the drawing tools in a protected document. In order to insert a drawing, the form protection must be deactivated. Cindy Meister INTER-Solutions, Switzerland http://homepage.swissonline.ch/cindymeister (last update Jun 17 2005) http://www.word.mvps.org This reply is posted in the Newsgroup; please post any follow question or reply in the newsgroup and not by e-mail :-) |
#3
![]()
Posted to microsoft.public.word.docmanagement
|
|||
|
|||
![]()
You still need to unprotect and reprotect the form in order to do this, but
you could put the form field in a table and use a macro like this to change the color of the cell's bottom border: Sub ExitTextField() If Not Selection.Information(wdWithInTable) Then Exit Sub End If ActiveDocument.Unprotect With Selection.Cells(1) .Borders(wdBorderBottom).ColorIndex = wdRed ' or other End With ActiveDocument.Protect Type:=wdAllowOnlyFormFields, _ NoReset:=True End Sub Set this macro as the Exit Macro for each form field that needs a colored underline. Of course, this works only if the form field contains only one line of text. If it word-wraps to another line, it will appear that only the last line is underlined. Also, the line will be the full width of the table cell, not just the width of the text. -- Regards, Jay Freedman Microsoft Word MVP FAQ: http://word.mvps.org Email cannot be acknowledged; please post all follow-ups to the newsgroup so all may benefit. Cindy M -WordMVP- wrote: Hi ?B?SW50ZWdyaXR5YnI=?=, I am using a form with limeted edit capability. cant use line drawing. But I need to underline with a different color than the text. You cannot use the drawing tools in a protected document. In order to insert a drawing, the form protection must be deactivated. Cindy Meister INTER-Solutions, Switzerland http://homepage.swissonline.ch/cindymeister (last update Jun 17 2005) http://www.word.mvps.org This reply is posted in the Newsgroup; please post any follow question or reply in the newsgroup and not by e-mail :-) |
Reply |
Thread Tools | |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
shortcut to change text color? | Microsoft Word Help | |||
How do I change the color by author colors for reviewing? | Microsoft Word Help | |||
"automatic" font color black, not blue. How do I change this? | Microsoft Word Help | |||
How do I change a Section Title background color? | Page Layout | |||
I'm trying to change the text shadow color from gray to a darker . | Microsoft Word Help |