how to make branches /loops?
M Mike H Oct 19, 2008 #2 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
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
B Bob Phillips Oct 19, 2008 #3 http://www.google.co.uk/search?q=lo...s=org.mozilla:en-GB:official&client=firefox-a