Optimizing Macros

When you first start to write macros, you'll probably be satisfied with simply getting the job done. However, when you write a macro that will be used many times or that will be used by other people, you should consider optimizing the macro so that it requires less time and memory to run. The following techniques will help you write smaller, faster macros.