A hands-on guided learning experience in software coding in Visual Basic for Applications (VBA). Learn VBA and coding through guided exercises, coding theory, and helpful tips. VBA is the coding language housed within Microsoft Office Applications such as Excel, Word, Project, Access, and Powerpoint. With the help of this book, you will learn to add automation to your files. One step at a time, you can go from no coding knowledge to a master of VBA. Whether you are looking to add a little automation to your data or make fully operational tools housed within MS Office, this book will help you along your path. This introduction to VBA is meant for everyone, whether you have never coded a single line or a seasoned software engineer who is looking at help for understanding the ins and outs of VBA, this book is for you. Excel is the main focus of this book, however you can take the foundations of VBA to other MS Applications. As an added bonus, you will learn basics of coding in general and Object Orienting Programming. Chapter 3: Loops In this chapter, you will learn - What is a Loop? - For Loop - Do While Loop - Do Until Loop - For Each Loop