How to Stop an event procedure in a macro

RunLikeaRiver

Registered User.
Local time
Today, 18:18
Joined
Oct 27, 2005
Messages
18
Hi,

I need to write an onclick event procedure in which I run a macro using the RunMacro command.
In this macro want to stop the event procedure depending on a macro condition.

Please let me know how to do it.

Thanks.
 
There are two macro commands, STOP MACRO and STOP ALL MACROS you can use.
 
I want to stop the event procedure not the macro.
 

Users who are viewing this thread

Back
Top Bottom