Exit While loop

Carla van Zyl

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. 


Comentarios

1 comentario

  • Comment author
    Geoff Booth

    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

    0

Iniciar sesión para dejar un comentario.