Excel VBA Programming – The Complete Guide
$0.99

Welcome to Excel VBA Programming – The Complete Guide , Udemy’s most comprehensive VBA course!
Visual Basic for Applications (VBA) is a powerful language built on top of popular Microsoft Office applications like Excel, Access, and Outlook. It allows developers to write procedures called macros that perform automated actions. Anything that you can do in Excel, you can automate with VBA !
What you’ll learn
- Automate tasks and procedures in Excel using Visual Basic for Applications (VBA)
- Utilize the objects in the Excel Object Model to emulate user actions in Excel
- React dynamically to user events like entering a cell value or opening a workbook
- Feel comfortable with the fundamentals of computer programming
Course content
1818 sections • 159 lectures • Total duration 17 h 58 min
Getting Started
The Fundamentals of the Excel Object Model
Visual Basic Editor
Objects and Methods
Variables and Data Types
Procedures
Object Deep Dive
Range References
Range Actions
Conditionals
Iteration
Miscellaneous Features
Arrays
Functions
Debugging
Events
User Forms
Conclusion