Register your product to gain access to bonus material or receive a coupon.
Accessible from your Account page after purchase. Requires the free QuickTime Player software.
Videos can be viewed on: Windows 8, Windows XP, Vista, 7, and all versions of Macintosh OS X including the iPad, and other platforms that support the industry standard h.264 video codec.
Writing code is a way to automate a redundant task. Looping is a way to run your code over and over and over again. You can repeat the code for every worksheet in the workbook, every product in the catalog, every city in the country, or even every row in the worksheet - and that is 1.1 million rows now! With a loop, write the code once and have Excel run the code over and over. This is where the power of VBA really shines through. In these lessons you're going to learn about the basic For Next Loop as well as some other basic loops from Pascal. You will also learn about the new object-oriented loop call For Each.