J
JMay
Using
Private Sub Worksheet_Change(ByVal Target As Range)
If Target.Cells.Count > 1 Then Exit Sub
What kind of things (list most obvious) can happen to make this statement
TRUE?
TIA,
Private Sub Worksheet_Change(ByVal Target As Range)
If Target.Cells.Count > 1 Then Exit Sub
What kind of things (list most obvious) can happen to make this statement
TRUE?
TIA,