Typically, once the macro starts, it just runs through the whole routine,
executing all instructions, in order, etc., etc. Depending on what you are
are doing, you MAY be able to pause the macro for a predefined period of time:
Application.OnTime Now + TimeValue("00:00:04"), ...what you want to do
next goes here...