View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Jaylin Jaylin is offline
external usenet poster
 
Posts: 29
Default ??? "For...Next" code only run 17/35 times


I have a "for...Next" code that is supposed to loop 35 times getting value
from cell A3-A38

But it only runs from A3-A17 and stop.
I have to run the code 3 times with the following modification:-
(1) run For x=A3 to A17
(2) run For x=A18 to A30
(3) run For x =A31 to A38

Hope I could have some advice to fix the problem so that I can run the code
once.
Thanks a million for your time and expert advice :-)
Jaylin
*****Jaylin Message ended*******