I copied the Change Event Example from Help:
Private Sub Worksheet_Change(ByVal Target As Range)
Target.Font.ColorIndex = 5
End Sub
into a module, but when I change the worksheet, it doesn't run. Do I have to enable it in some way?
Thanks in advance,
Mike
ASKED:
Jul 22 2009 9:15 PM GMT
_ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _