98.7% Of all customers recommend us, we're so confident about our results we publish all reviews and stats
View Live Stats View ReviewsForum home » Delegate support and help forum » Microsoft Access VBA Training and help » access training courses - Excel VBA loops
access training courses - Excel VBA loops
Resolved · Low Priority · Version Standard
Sameer has attended:
Excel VBA Intro Intermediate course
Excel VBA loops
dummy question: is it possible to accientally create a loop that will not stop running and if so how can it be broken ? escape button ?
RE: Excel VBA loops
Hi Sameer
You can create a loop that does not end. To stop it running you can press the end key on the keyboard or if the worst comes to the worst, just restart your computer.
Once you have stopped the loop then I suggest you go in and change your code so that you do not have an no ending loop again.
Hope this helps
David
Training information:
Welcome. Please choose your application (eg. Excel) and then post your question. Our Microsoft Qualified trainers will then respond within 24 hours (working days). Frequently Asked Questions
Any suggestions, questions or comments? Please post in the Improve the forum thread. |
Access tip:Prefixed AutonumberingWhen using Date Type = Autonumber as a primary key, clients may require autonumbering to be prefixed with a letter. |