Thread: Do Loop
View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Laura[_6_] Laura[_6_] is offline
external usenet poster
 
Posts: 1
Default Do Loop

I want to take a value and multiply it by a number 10
times in a row. I then need to save that 10th value.
Then I want to continue on until I get to 20 and then
save the 20th value. I want to also save the 30th, 40th,
and 50th value. Can I do this with a Do Loop? How do I
pull out the values I need? Thanks, Laura