C
Carl
Hi, I've got a bit of code that loops until it finds a null cell. Within the
loop is a condition that checks for certain values, i.e.
count=1
do
if isempty(.........cells(3,count)) then exit do
if left(....cells(3,count),3)="see" then <-perform activity
end if
count=count+1
loop
When I execute thie code, it doesn't find a match, but when I walk through
the code using F8 it does.
Can anyone shed any light on this because it's driving me to distraction!
Many thanks
loop is a condition that checks for certain values, i.e.
count=1
do
if isempty(.........cells(3,count)) then exit do
if left(....cells(3,count),3)="see" then <-perform activity
end if
count=count+1
loop
When I execute thie code, it doesn't find a match, but when I walk through
the code using F8 it does.
Can anyone shed any light on this because it's driving me to distraction!
Many thanks