Home

Consulting

Excel VBA

Legal

Links

Contact

About Us

Introduction - What Is An Excel Macro

An Excel Macro is a piece of code that has been recorded using the Macro recorder. This facility helps you to automate Excel Tasks. It's like a tape or video recorder that records each step as you use Excel. The problem is that you usually can't just use the code you get but it's a great start. We'll show you how to take this macro code and turn it into a useful product. This is also what makes Excel VBA programming pretty easy is that you don't have to remember how to do things, just do it, record the macros and Excel tells you what to do.

back to Introduction

back to main book page