G
Guest
I am attempting to understand event procedure. Thus, I’ve reviewed the
following example from Microsoft Visual Basic help. After review I open
worksheet - MS Visual Basic – Book2 – [Sheet1 (Code)].
What additional declarations (code) is required for the following event to
work?
This example changes the color of changed cells to blue.
Private Sub Worksheet_Change(ByVal Target as Range)
Target.Font.ColorIndex = 5
End Sub
Thanks - Paul
following example from Microsoft Visual Basic help. After review I open
worksheet - MS Visual Basic – Book2 – [Sheet1 (Code)].
What additional declarations (code) is required for the following event to
work?
This example changes the color of changed cells to blue.
Private Sub Worksheet_Change(ByVal Target as Range)
Target.Font.ColorIndex = 5
End Sub
Thanks - Paul