How do I make my code stop before running next part.
![]()
Please Login or Register to view this content.
How do I make my code stop before running next part.
![]()
Please Login or Register to view this content.
Last edited by royUK; 08-28-2009 at 04:25 AM.
Your post does not comply with Rule 3 of our Forum RULES. Use code tags around code. Posting code without them makes your code hard to read and difficult to be copied for testing. Highlight your code and click the # at the top of your post window. For more information about these and other tags, found here
I will add them this time only
Hope that helps.
RoyUK
--------
For Excel Tips & Solutions, free examples and tutorials why not check out my web site
Free DataBaseForm example
If you actually want to Stop the code, then you can just use STOP.
If you want to exit the code there, then EXIT SUB.
STOP will put you debug mode at that point. You can press F5 to continue or F8 to step through one line at a time.
Is there a code to make the next part run after STOP instead of pushing F5 or F8?
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks