A single action, such as moving from one control on an object to another control, can trigger several different events, which occur in a particular sequence. Knowing when events occur and in what order they occur is important, because it can affect how and when your macros or event procedures run. For example, if there are two event procedures that are to be run in a certain order, you want to make sure that the events that they are associated with occur in that same order.