Thread
:
Code Interpretation
View Single Post
#
1
Posted to microsoft.public.excel.programming
JMay
external usenet poster
Posts: 422
Code Interpretation
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,
Reply With Quote
JMay
View Public Profile
Find all posts by JMay