M
Mark
I'v script do some work.
I'd like accelerate its.
I want go to place "do while" (with counter i+1) if VBA
perform any/one condition without complete remainder block
of if.
Any suggestions would be much appreciated
Regards
Mark
Below example:
do while ...........
if cells(i,...... then
.....
end if
if cells(i,...... then
.....
end if
if cells(i,...... then
.....
end if
i=i+1
loop
I'd like accelerate its.
I want go to place "do while" (with counter i+1) if VBA
perform any/one condition without complete remainder block
of if.
Any suggestions would be much appreciated
Regards
Mark
Below example:
do while ...........
if cells(i,...... then
.....
end if
if cells(i,...... then
.....
end if
if cells(i,...... then
.....
end if
i=i+1
loop