"StopAllMacros Action" in Code

newone

Registered User.
Local time
Today, 15:33
Joined
Mar 8, 2001
Messages
15
I use a macro to perform various imports of files. I have code that checks the recordcount of a query to determine if data has already been imported. When I determine that data has already been imported like this, I would like to stopallmacros. I can see that there is no stopallmacros action that can be used in VB, but is there another way to accomplish this?
 
Try "End" or create a macro that has the StopAllMacros command and run it when you want the macros to stop.
 

Users who are viewing this thread

Back
Top Bottom