Exit While loop
Hi Geoff,
How do I exit the while loop when the messagebox appears. I do not want to increment to the next line again as its not needed for multiple messageboxes. 
0
-
Instead of calling the MessageBox function within the macro try calling an external UF of type MessageBox. This type of MessageBox allows you to block the transaction (ie: exit I hope).
So your existing code for MessageBox changes to
Begin
UF(UF-100);
END
Iniciar sesión para dejar un comentario.
Comentarios
1 comentario