Cancel a macro
AnsweredHello,
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
1
-
Official comment
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? :=)
Please sign in to leave a comment.
Comments
2 comments