S
Steved
Hello from Steved
The below works
If Application.Intersect(Target, Range("B2:B500")) Is Nothing Then
I would like to run it in a second column also, the below gives me an Syntax
error
If Application.Intersect(Target, Range({"B2:B500","F2:F500"})) Is Nothing Then
Please what is required for the code to reconize Col B:B and F:F Thankyou.
The below works
If Application.Intersect(Target, Range("B2:B500")) Is Nothing Then
I would like to run it in a second column also, the below gives me an Syntax
error
If Application.Intersect(Target, Range({"B2:B500","F2:F500"})) Is Nothing Then
Please what is required for the code to reconize Col B:B and F:F Thankyou.