Cancel a macro Respondida
Hello,
Is it possible to cancel a macro for exemple :
IF(A=B)
BEGIN
Do somethig
END
ELSE
BEGIN
Cancel the macro and return to whatever fired it do not continue the macro
END
Other macro commands...
Thank you
Patrice
Comentarios
2 comentarios
Hello Patrice,
This is not possible, you need to add the rest of the commands in the condition to prevent the system to execute them.
Nobody can help me? :=)
Iniciar sesión para dejar un comentario.