for loop
How To Exit A Do Or For Loop Using An API Call
This post is going to show you how you can exit a for or do loop in VBA using an API call. API calls use the power of the Windows operating system to do your wishes. Here we are using the “GetAsyncKeyState” API function: Insert the following code in a common module. Click in the […]
Free Access Programming tutorial Video 7
In this part of the video series you’ll learn the following: Overview Responding to user actions at runtime building a table. A few words about code loops If you want code in a loop to run at least once, your should evaluate the loop at the end of the loop. In this bit of code […]