Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default branches /loops

how to make branches /loops?

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 11,501
Default 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?

  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 2,420
Default 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?



Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Do Loops Mike Excel Programming 3 September 3rd 08 03:33 PM
Plot trend of inventory values for mulitple branches T-Bird Charts and Charting in Excel 0 March 18th 08 10:05 PM
HELP WITH LOOPS!!!! chrisnichols87 Excel Programming 4 January 10th 07 06:24 PM
Loops David Excel Programming 1 February 10th 06 10:55 PM
for each loops adncmm1980[_3_] Excel Programming 1 October 4th 04 12:56 PM


All times are GMT +1. The time now is 11:06 PM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"