For each cell method, is there a much faster way?
Hi Pete, the totcounter was the only way I could think of of counting
if five or more people were found :
"If intcounter1 + intcounter2 + intcounter3 + intcounter4 +
intcounter5 + intcounter6 = 5 Then"
Is there a better way? as long as the answer is 5 or more then it can
execute the rest of the code
I will stick your code in and see if it speeds up
Thanks a lot
Ste
|