Range Usage
I need to be able to adjust the ending cell range in this example by using a
formula,for when I do an insert rows, the K76 will become K86 or anyother
number.What are my options and how do I construct this statement so that I
will not have to touch is statement again.
If Not Application.Intersect(Target, Me.Range("K4:K76")) Is Nothing Then
|