Saltar al contenido principal

Exit While loop

Comentarios

1 comentario

  • 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

Iniciar sesión para dejar un comentario.