News

Welcome, my friends, to the second installment of Macro Anatomy. In this episode we'll be going over some basic macro commands and I'll introduce some simple macros for you to learn and play with ...
While macros can be created using code, they can also be created by having Excel record your actions. It is very simple. I illustrate, in the accompanying video, how to record a macro in Excel using ...
In this tutorial, I’ll show you two simple VBA procedures for navigating. One identifies the beginning of a Word document, and the other identifies the document’s end.
If you make heavy use of VBA in Microsoft’s Office 2004, you might find an upcoming VBA to AppleScript guide a useful addition to your toolkit.
By using a simple macro to open an email template, you can spend less time creating email. Send me your question about Office I answer readers’ questions when I can, but there’s no guarantee.
This simple macro will cycle through each sheet in the workbook, removing all tables (ListObject objects) from the workbook. This macro doesn't delete the data, it just removes the table object.