Cancel a macro Answered
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
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
Comments
2 comments
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.