From the course: Excel: Learning VBA
Unlock the full course today
Join today to access over 24,500 courses taught by industry experts.
What you should know before starting - Microsoft Excel Tutorial
From the course: Excel: Learning VBA
What you should know before starting
- [Instructor] Thanks for your interest in this course. Before I get started, I thought I would list some of the things that you should know to get the most out of this course. First, I assume that you know how to create formulas in Excel. Even though Excel VBA programming is different from formula creation, you'll find that the skills from one do relate to the other. Second, you should be familiar with how relative and absolute references work in formulas. And also, a note on how I refer to variables. Variables named curSale will often be referred to as the sale variable. That's because the real data that I'm saving in a variable is sales data, and the type is currency, and I use cur to mark that type. And finally, your ribbon might look different based on screen resolution or on the edition of Microsoft 365 that you're using. The program is continually updated, and Excel might look a little different, but you…
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.