ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   branches /loops (https://www.excelbanter.com/excel-programming/418711-branches-loops.html)

Olinda Roxo

branches /loops
 
how to make branches /loops?


Mike H

branches /loops
 
Hi,

3 types of loop

For x = 1 To 1000
'do things 1000 times
Next


Do
x = x + 1
Loop Until x = 10


While x < 10
x = x + 1
Wend

with regard to branches then use GoTo if you must

Mike

"Olinda Roxo" wrote:

how to make branches /loops?


Bob Phillips[_3_]

branches /loops
 
http://www.google.co.uk/search?q=loo...ient=firefox-a

--
__________________________________
HTH

Bob

"Olinda Roxo" <Olinda wrote in message
...
how to make branches /loops?





All times are GMT +1. The time now is 09:39 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com