C
Claus Busch
Hi Howard,
Am Fri, 22 Feb 2013 12:14:47 -0800 (PST) schrieb Howard:
e.g. try instead:
If Intersect(Target, Range("B8:G25")) Is _
Nothing Or Target.Count > 1 Then Exit Sub
Regards
Claus Busch
Am Fri, 22 Feb 2013 12:14:47 -0800 (PST) schrieb Howard:
A question on that very thing. Often when using the change event sub for some activity if I click, drag and highlight portions of the worksheet not included in the change event code, say to delete stuff I don't need I get an error about invalid entry or the such. On Error Resume Next seems to eliminat that, is that good practice??
e.g. try instead:
If Intersect(Target, Range("B8:G25")) Is _
Nothing Or Target.Count > 1 Then Exit Sub
Regards
Claus Busch