jasman
02-09-2011, 04:09 AM
hi i have the below formula which looks at column AU and if it has a value then deleted contents of AQ and AR, but it works only for row 4.
If Target.AddressLocal = Range("AU4").AddressLocal Then
Range("AQ4:AR4").ClearContents
End If
How can I apply this to all rows below 4 aswell?
thanks
If Target.AddressLocal = Range("AU4").AddressLocal Then
Range("AQ4:AR4").ClearContents
End If
How can I apply this to all rows below 4 aswell?
thanks