Subscribe Now!
New videos every Weekend!
Like what I do? Donate
Did I help you? Did one of my tutorials save you sometime?
You can say thank you by buying me a cup of coffee, I go through a lot of it.
Help keep Greater Good resources free for everyone. Please donate today.
This page is not monitored so for questions please comment on the youtube video page. For suggestions email vbaa2z.team@gmail.com
Topics Covered so far
Sign-up to participate, get assignments and certificates:- https://bit.ly/3eX8tzl
Lesson-1: bit.ly/VBAlesson1
Lesson-2: bit.ly/VBAlesson2
Lesson-3: bit.ly/VBAlesson3
Lesson-4: bit.ly/VBAlesson4
- Set up Development Environment. Get familiar with IDE
- Macro Security. Set up a Trusted Location
- Excel Objects, Objects Hierarchy
- Objects Properties, Methods, and Events
- Various ways to work with Workbook
- Various ways to work with WorkSheets
- Various ways to work with Range
- Read & Write to Cell
- Loops - Do Until
- MsgBox()
- Shortcuts
- Variables
- Data Type
- Operators
- How to create User-Defined Variables
- ..Then...Else Statement
- IIF
- ..Case Statement
- Write a Custom Function to Validate prior submission
- Custom Form / UI
- UserForm with Tips and Tricks
- Simple Automation of watermarks for Input fields to guide users
- Exit sub / End
- Handling Errors and Trapping Errors
- WorkSheetFunction
- Arrays. Static, Dynamic, Single, and Multi-Dimensional Array.
- Multiple Data type in Array / Defined Data Type with Array.
- Working with Excel Table Objects
- Error Handling
- Pivot table, Source/Cache Update, Filter Single / Multi items using Array.
- How to use formula and inbuilt functions in VBA & WorksheetFunction
- Debugging
- Trap Errors
- Break (F9), Local (Alt + v + s), Watch (Shift + F9), Immidiate Window (CTRL + G),
- Turn off Alerts, ScreenUpdating
LOOPS
- For Each Loop
- For Next Loop, For Next with Steps, Nested Loops
- Do Until | Do Loop Until
- Do While | Do Loop While
- While Wend Loop
Projects
- Submit Data from Form to Sheet within Workbook + Loops
- Submit Data from Form to External Workbook + Dynamic Range
- Submit Data from Form to External Workbook + Dynamic Range + Variables + User-Defined Variables
- Submit Data from UserForm UI to Sheet with Advanced Function + Error Handlers
- Adding validation using If Else
- Get Application info
- Workbook Events
- Data Convert, to Text or to Numbers
- Consolidate Data from all Sheets to Master Sheet
- Loop through all files in folder or DIR
- Update Pivot Source
- UserForm UI Project