Autoplay
Autocomplete
Previous Lesson
Complete and Continue
Excel Macro Tutorial β Free Online Tutorial
Instructions Manual
Manual
Introdunction
Why learn Macros? (4:17)
Activate "Developer" tab (2:02)
Saving a Macro-enabled WorkBook (XLSM) (2:53)
Macro Security Settings (2:13)
Developer tab - Essential Buttons (0:54)
Head & Tail of a Macros (Sub Procedure & User Defined Function) (4:00)
"Click Here" button to run a Macros π
Get a Full Version now!
Review our Course
INTRODUCTION 2
Macros - Record & Run (5:07)
Macros - Viewing the code π
Macro-free vs. Macro-enabled Workbook π
Visual Basic Editor (VBE) π
Personal Macro WB π
Ways to Run a Macros π
GOOGLE
Using Google to locate useful VBA codes - 1 (7:42)
Using VBE and Macro Recorder to customise Macro code π
Using Google to locate useful VBA codes - 2 π
OBJECTS, PROPERTIES, METHODS
Objects, Properties, Values, Methods and Parameters 1 π
Objects, Properties, Values, Methods and Parameters 2 (2:02)
WORKSPACE
Code Color & Activating Edit Toolbar w. Comments π
Edit Toolbar - Indent, Bookmark π
Code writing shortcuts incl. Intellisense π
Testing the Code π
Immediate Window 01 π
RANGE & CELLS OBJECT
Range Selection - Method 1 π
Range Selection - Method 2 & 3 π
Advantage of Range Selection - Method 2 & 3 π
Range Selection (Rows & Columns) - Method 4 π
Assigning values to selected range of cells π
Exercise 1 - Assigning values to selected range of cells π
Exercise 2- Assigning values to selected range of cells π
Multiple Range Selection - Method 5 π
Multiple Range Selection - Method 6 π
RangeSelectionWays - Others π
ABSOLUTE vs RELATIVE REFERENCE
Offset - Basics π
Using Relative Reference in Macros π
RANGE NAVIGATION
Navigating between a Range of cells - Part 1 π
Navigating between a Range of cells - Part 2 π
Navigating between a Range of cells - Part 3 π
Exercise - Finding Last Row No. π
Exercise - Finding Last Column No. π
Exercise - Finding Next Row No. π
VARIABLE DECLARATION
Variable Decl 01 π
Variable Decl 02 π
Pvt vs Public 01 π
Pvt vs Public 02 π
Option Explicit π
Difference - DIM vs. SET π
LOOPS
"For...Next" π
"If...Else...End If" nested within "For...Next" π
"Doβ¦While" π
"Doβ¦Until" π
"For Each...Next" π
"If...End If" nested within "For Each...Next" π
Exercise - "Do While" and Loop Counter π
"Withβ¦End With" - Example 1 π
"Withβ¦End With" - Example 2 π
"Selectβ¦Case" - Demonstration π
"Selectβ¦Case" - Explanation π
OPTIMIZING CODE EFFECIENCY
Speed up the code running - 1 π
Speed up the code running - 2 π
Speed up the code running - 3 π
EVENTS
Introduction π
Form Controls vs ActiveX Controls π
Events - Workbook_Open and Worksheet_Activate (4:39)
Exercise 1 - Tracking Workbook Opens π
Exercise 2 - Tracking Workbook Save π
Event - Worksheet_BeforeDoubleClick π
Event - Worksheet_Change π
Event - Worksheet_Calculate π
Pivot Table - Refresh - WorkSheetActivate π
INPUT BOX
Introduction π
Input Box - 1 π
Input Box - 2 π
Input Box - 3 π
Input Box - 4 π
MSG BOX
Introduction π
MsgBox - 1 π
MsgBox - 2 π
MsgBox - 3 π
MsgBox - 4 π
ACTIVEX CONTROLS
MouseMove Event w. Appln Statusbar π
USER FORMS
Introduction π
User Form - Basics π
Exercise - Part 1 of 4 π
Exercise - Part 2 of 4 π
Exercise - Part 3 of 4 π
Exercise - Part 4 of 4 π
Option Button - 1 π
Option Button - 2 π
Multi Page - Introduction π
Multi Page - 1 π
Multi Page - 2 π
Multi Page - 3 π
Check Box 001 π
Combo Box - Method 1 π
Combo Box - Method 2 π
USER DEFINED FUNCTIONS
UDF Intro 001 π
UDF Example 1 - ScoreResult with IF END IF π
UDF Example 2 - CellComments π
UDF Samples - Series A π
UDF Samples - Series B π
MIS PROJECTS
Split Workbook π
Protect - Unprotect Sheets π
Index of Hyperlinks to all Sheets π
Extract all Comments of a WBook to a new W Sheet π
Project_Automate Comment Insertion and Extraction π
Count Cells by Colors π
Combine Wsheets π
Review our Course
"Withβ¦End With" - Example 1 π
Lesson content locked
If you're already enrolled,
you'll need to login
.
Enroll in Course to Unlock