code loops 1024 times not what i ask
- From: "Rob Hargreaves" <nrgsav@xxxxxxxxxxxxxxxxxxxxx>
- Date: Sun, 7 Aug 2005 11:08:35 +0100
Hi
I wonder if someone can help, I am trying to repeat some code 200 times can
you tell me where I am going wrong in my loop.
(It is doing 1024 times!)
Sub test()
Dim x As Integer
Do Until x = 200
'code to repeat
x = x + 1
Loop
End Sub
thanks for your help.
Rob
.
- Follow-Ups:
- Re: code loops 1024 times not what i ask
- From: Rob Hargreaves
- Re: code loops 1024 times not what i ask
- From: Ron de Bruin
- Re: code loops 1024 times not what i ask
- From: Norman Jones
- Re: code loops 1024 times not what i ask
- Prev by Date: Re: Patse Rows from one *** to another with a Twist
- Next by Date: Re: code loops 1024 times not what i ask
- Previous by thread: Re: Help with Count Function
- Next by thread: Re: code loops 1024 times not what i ask
- Index(es):