In its broadest sense, a macro is a sequence of instructions that automates some aspect of Excel so that you can work more efficiently and with fewer errors. You might create a macro, for example, to format and print a month-end sales report. After you develop the macro, you can execute it to perform many time-consuming procedures automatically.
Macros are written in VBA, which stands for Visual Basic for Applications. VBA is a programming language developed by Microsoft and a tool used to develop programs that control Excel.
Excel programming terminology can be a bit confusing. For example, VBA is a programming language but also serves as a macro language. What do you call something written in VBA and executed in Excel? Is it a macro or is it a program? Excel’s Help system often refers to VBA procedures as macros, so this is the terminology used in this book.
You’ll also see the term automate throughout this book. This word means that a series of steps are completed automatically. For example, if you write a macro that adds color to some cells, prints the worksheet, and then removes the color, you have automated those three steps.
You’re probably aware that people use Excel for thousands of different tasks. Here are just a few examples:
The list could go on and on. The point is simply that Excel is used for a wide variety of tasks, and everyone reading this book has different needs and expectations regarding Excel. One thing most readers have in common, however, is the need to automate some aspect of Excel, which is what macros (and this book) are all about.
This book approaches the topic of Excel macros with the recognition that programming VBA takes time and practice — time that you may not have right now. In fact, many analysts don’t have the luxury of taking a few weeks to become expert at VBA. So instead of the same general overview of VBA topics, this book provides some of the most commonly used real-world Excel macros.
Each section in the book outlines a common problem and provides an Excel macro to solve the problem — along with a detailed explanation of how the macro works and where to use it.
Each section presents the following:
After reading each section, you'll be able to
The macros in this book are designed to get you up and running with VBA in the quickest way possible. Each macro tackles a common task that benefits from automation. The idea here is to learn through application. This book is designed so that you can implement the macro while getting a clear understanding of what the macro does and how it works.
I make three assumptions about you as the reader:
Throughout this book, you'll see a few nifty icons that call out items that deserve special mention. Here is a list of these icons and what they mean.
In additional to the material in the print or ebook you’re reading, this product comes with more online goodies:
Sample files: Each macro in this book has an associated sample file that enables you to see the macro working and to review the code. You can use the sample files also to copy and paste the code into your environment (as opposed to typing each macro from scratch). Download the sample files at
www.dummies.com/extras/excelmacros
Each macro in this book has detailed instructions on where to copy and paste the code. In general terms, you open the sample file associated with the macro, go to Visual Basic Editor (by pressing Alt+F11), and copy the code. Then you go to your workbook, open Visual Basic Editor, and paste the code in the appropriate location.
Note that in some macros, you need to change the macro to suit your situation. For instance, in the macro that prints all workbooks in a directory (see Chapter 4), you point to the C:Temp directory. Before using this macro, you must edit it to point to your target directory.
If a macro is not working for you, most likely a component of the macro needs to be changed. Pay special attention to range addresses, directory names, and any other hard-coded names.
Cheat sheet: The cheat sheet offers shortcut keys that can help you work more efficiently in Excel’s Visual Basic Editor. You can find the cheat sheet at
Web extras: You’ll find some great references that you can use, including a resume template, a sample resume, and a list of websites of value to networking professionals. Go to
Updates: If we have any updates to this book, you can find them at
If you’re new to Excel macros, start with Chapters 1–3 to get the fundamentals you’ll need to leverage the macros in this book. You'll gain a concise understanding of how macros and VBA work, along with the basic foundation you'll need to implement the macros provided in this book
If you have some macro experience and want to dive right into the macro examples, feel free to peruse Chapters 4–9 for a task or macro that looks interesting to you. Each macro example stands on its own; within each section, you get all the guidance you'll need to understand and implement the code in your own workbook.
Visit Chapters 4 and 5 if you’re interested in macros that automate common workbook and worksheet tasks to save time and gain efficiencies.
Explore Chapters 6 and 7 to find macros that navigate ranges, format cells, and manipulate the data in your workbooks.
If you want to find macros that automate redundant pivot table and chart tasks as well as macros that send emails and attachments, thumb through the macros in Chapters 8 and 9.
Don’t forget to read Chapters 10 and 11 for some useful tips and advice on how to get the most out of your new macro skills.
Here are some final things to keep in mind while working with the macros in this book:
18.189.195.229