This example demonstrates how to use VBA to use multiple triggers in sequence. Insert "1" into column Y of the Market worksheet to start the sequence. It will insert the triggers from the Triggers worksheet into columns Q to S. It will insert the next trigger on each refresh. In this example it will place 3 lay bets and finally cancel them all with the CANCEL-ALL trigger.
This example doesn't do anything useful. In a real situation the triggers would more than likely be conditional. You could add additional logic to the code so that the next trigger isn't used until certain conditions are met.
Download Example