When you enroll through our links, we may earn a small commission—at no extra cost to you. This helps keep our platform free and inspires us to add more value.

Excel in Microsoft Excel 4: VBA macros for Excel - an intro
Create your own Excel Macros in Visual Basic for Applications to excel in VBA programming and automation.

This Course Includes
udemy
4.5 (174 reviews )
3.5 total hours
english
Online - Self Paced
course
Udemy
About Excel in Microsoft Excel 4: VBA macros for Excel - an intro
Reviews:
"This is a very good starting point in VBA. But doing this course one realize how extensive and huge VBA is. As always the teacher is great and one feels his in depth knowledge" -- Daniel Sandberg
Welcome to Excel VBA - An Introduction. This course delves into the Visual Basic which allows you to automate Microsoft Excel (and other MS Office products).
Microsoft Excel is an extremely powerful tool – and yet most people only scratch the surface of what it can do. In addition to PivotTables, VLookup formulas and the like, you can also automate it. You can add buttons and forms to add interactive features – yet most people don’t even know it’s there. Maybe you have someone in your organization who is an absolute wizard, getting the computer to do things and walking away while it does it. Do you want to be able to do that? Welcome to wizard school – or in other words, Visual Basic for Applications (VBA).
In this course, I’ll assume that you have some fair knowledge of Excel – able to do basic formulas and colour cells and the like – but you don’t need any prior knowledge of VBA or any programming language for that matter. Of course, the more you already have, the better. I’ll take things nice and slowly. Each video will center around one new aspect, or we’ll consolidate what you already know with coding exercises.
Once you have finished the course, then you will be well on your way to developing your own macros to solve your own problems. And you’ll be able to take your new-found knowledge for use in Word and PowerPoint as well.
What You Will Learn?
- Add the Developer tab and record macros..
- Adapt macros using the Excel Object Model, so that you can use them in your spreadsheets..
- Know about variables, and how to use loops and If statements..
- Interact with Excel - find out how to access the Selection object, and output results using a MessageBox (MsgBox)..