Go from Beginner to Microsoft Excel VBA Expert.
Go from Beginner to Microsoft Excel VBA Expert.
I'll take you step-by-step through engaging video tutorials and teach you everything you need to know to be able to use VBA to improve your work flow, save time and automate your current Excel projects.
What differentiates this course from the other Microsoft Excel VBA & macros courses? It includes:
Over 50 Microsoft Excel VBA & macro examples. These are solutions my clients have needed through the years. They are likely to be useful for you too.
Using the right VBA syntax is the most difficult part. An important topic which isn't covered enough in other VBA courses. In this course you understand why you write things in certain ways.
Create 3 Complete Excel VBA Tools. We go from idea to final product and cover each step.
Over 100 pages of documentation (including useful code) so you can easily refer to it when in need.
Simple explanations for complex concepts.
High quality video and different delivery methods to keep things interesting.
Lots of ideas to automate your current tasks.
Learn from Google or from this Course?
I've been there. I first learnt VBA from Google.
It was truly a light-bulb moment, when I realized that Google has some answers - it could give me some of the code I was looking for - but there two things missing:
The WHY - why does the code work in one situation but not another.
Structure - topic sequence, real-case examples, workbooks, documentation.
Don’t waste your time
Don't waste your time on poor quality videos and confusing explanations. In this Excel VBA course, complex topics are taught in a simple way by an instructor with 17 years of experience. The content has been carefully crafted and clearly organized. The videos are high quality and include animations to emphasize points. Most importantly you learn VBA by doing.
"I have already tried some VBA classes but so far I was never able to apply what I learnt to my own work. This course is different. I have already used some of the techniques Leila is teaching and applied it to my work files. I was able to reduce manual work for me and my colleagues by creating my own macros from scratch. Highly recommended. " Randy Taylor
"Leila is the real deal... there are many VBA courses on Udemy (some of which I've taken) that merely demonstrate the functionalities. Leila explains the important foundation concepts and how the model is set up allowing you to truly create VBA code from thought rather than copying and pasting from various places. Her class is professionally constructed, with resources and content for each lecture, practice content for you to try things yourself and good Q&A opportunities to answer specific questions. Trust me, this is the course you want to take." Justin Fazzio
What you can look forward to in this course:
Understand how to use the right syntax in VBA
Useful Excel VBA codes you can directly use for your work
Use the macro recorder for simpler tasks and improve the code
Working with the Visual Basic Editor
Debugging tools and error handling methods
Different ways to reference ranges and cells
Different methods to loop
How to work with data types
PivotTables in Excel using VBA
Importing data from other files and exporting data to text files
Interacting with other applications (Word, PowerPoint, Outlook)
ActiveX and Userforms to enhance the Excel interface
Basically all the knowledge you need to automate tasks in Excel
Check out what is included in the course and what you can do with Visual Basic in Microsoft Excel. You'll find examples to Excel tools you can create using VBA.
Please fill out the following 4 questions to ensure you're ready to enter the next section.
To become an expert in Excel VBA, it's important to fully understand the Object Model. This way you'd be able to write the correct VBA syntax for your Excel projects (without guessing!). Selecting the wrong combination of objects, properties and methods will result in errors in your code.
Writing VBA code is all about manipulating objects on the screen. These objects have code words for easier reference. This code can be found in the VBA reference library. In this lecture you'll learn how to use the Excel VBA reference library so you can find the correct code for your Excel macro.
In this lecture we cover a few essential Excel VBA concepts including what a sub and function procedures are and what the different color codes mean. We also learn some useful shortcuts we can use the VBA editor.
In this lecture we get into the setup of the object model. VBA syntax is object first, then action. Objects can also have relationships with other objects - you need to be aware of the object hierarchy. It gets really interesting and fun.
In this lecture you learn all about Excel VBA object properties and what these are.
When you start to learn Excel VBA, it's important to understand what methods are and how you can use them together with objects to automate tasks.
VBA syntax is not easy to remember. How do you find the correct object, property or method that you need for your code?
Make sure you answer these before moving on to the next section.
This lecture is a complete guide that teaches you how to refer and write to a range or to cells in Excel VBA. You'll learn how to change a cells value with VBA by using range and the cells property, the offset property. You'll also learn how to refer to different ranges in one statement, how to select a row or a column with VBA and how the used range property works.
Find out how find the last empty row or the last empty column using different methods. Some work also with blank cells inside the data set. We take a look at using the end property of the range object. Then the current region property and the used range property of the worksheet object. We also take a look at using SpecialCells method to find the last used cell in the worksheet.
Learn 3 ways how you can unhide all Excel tabs in one go. You can also apply this to all macro-free Excel Workbooks.
Learn how to use arrays in Excel VBA.
OpenCourser helps millions of learners each year. People visit us to learn workspace skills, ace their exams, and nurture their curiosity.
Our extensive catalog contains over 50,000 courses and twice as many books. Browse by search, by topic, or even by career interests. We'll match you to the right resources quickly.
Find this site helpful? Tell a friend about us.
We're supported by our community of learners. When you purchase or subscribe to courses and programs or purchase books, we may earn a commission from our partners.
Your purchases help us maintain our catalog and keep our servers humming without ads.
Thank you for supporting OpenCourser.