How do I use visual basic to stop a macro?

  • Thread starter Thread starter john williams via AccessMonster.com
  • Start date Start date
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.
 
Back
Top