J john williams via AccessMonster.com Jun 8, 2005 #1 What string do I put in visual basic to stop a macro?
J John Nurick Jun 9, 2005 #2 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.
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.