access training courses - excel vba loops

Forum home » Delegate support and help forum » Microsoft Access VBA Training and help » access training courses - Excel VBA loops

access training courses - Excel VBA loops

resolvedResolved · 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 courses

 

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
What does 'Resolved' mean?

Any suggestions, questions or comments? Please post in the Improve the forum thread.


 

Access tip:

Prefixed Autonumbering

When using Date Type = Autonumber as a primary key, clients may require autonumbering to be prefixed with a letter.

For example, P001, where P is the prefixed letter

Instructions
Step 1. Create Field Name
Step 2. Set Data Type to Autonumber
Step 3. Within Field Property General tabsheet,
enter Format property as [backslash]P000



View all Access hints and tips


Server loaded in 0.06 secs.