U
utodc
I have a column range that needs to be overridden from sometimes. Whe
the override is keyed I want to chnage the color and make the entr
BOLD.
This doesn't work.
Thoughts??
Private Sub Worksheet_Change(ByVal Target As Range)
If Target.Address = Range("D9
107").Address Then
Selection.Font.ColorIndex = 3
Selection.Font.Bold = True
End If
End Su
the override is keyed I want to chnage the color and make the entr
BOLD.
This doesn't work.
Thoughts??
Private Sub Worksheet_Change(ByVal Target As Range)
If Target.Address = Range("D9
![Big Grin :D :D](/styles/default/custom/smilies/grin.gif)
Selection.Font.ColorIndex = 3
Selection.Font.Bold = True
End If
End Su