How do I use visual basic to stop a macro?

  • Thread starter Thread starter john williams via AccessMonster.com
  • Start date Start date
J

john williams via AccessMonster.com

What string do I put in visual basic to stop a macro?
 
I don't think there's any way of using VB or VBA code to halt the
execution of an Access macro.

If you want to exit from a VB or VBA procedure, just use Exit Sub or
Exit Function as appropriate.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top