Home |
Search |
Today's Posts |
#1
![]() |
|||
|
|||
![]()
Hoping you clever lot can help, I have a word doc with formfeilds - how do I make any newly entered text the colour of red and leave the old text black? I saw a similar VBA code for excel and wondered if it could be transferred to word.
Option Explicit Private Sub Worksheet_Change(ByVal Target As Range) If Not Intersect(Target, Range("A1:A100")) Is Nothing Then If Target.Font.ColorIndex = 3 Then Target.Font.ColorIndex = 5 Else Target.Font.ColorIndex = 3 End If End If End Sub Thank you in advance if you can help. Cheers |
Reply |
Thread Tools | |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Here's a FUN challenge to Power Layout folks... Verticle LetterHea | Page Layout | |||
Question to Smarter Folks than I | Microsoft Word Help | |||
How do I keep a template attached when sending to folks off-site? | Microsoft Word Help |