Z
zeraia
Curious how you get them to recognize them.
Ex. code
n = 1
do until n > 25
Rows("n:n").select
If "ect ect ect"
n = n + 1
loop
It always highlights the ("n:n")in yellow and wont work
properly.
Ex. code
n = 1
do until n > 25
Rows("n:n").select
If "ect ect ect"
n = n + 1
loop
It always highlights the ("n:n")in yellow and wont work
properly.