How do I use visual basic to stop a macro?

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

john williams via AccessMonster.com

What string do I put in visual basic to stop a macro?
 
J

John Nurick

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.
 
Top