Completed
CurrentRegion
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Excel VBA Beginner Tutorial
Automatically move to the next video in the Classroom when playback concludes
- 1 Start
- 2 Introduction
- 3 What is VBA?
- 4 Object Oriented Programming Languages
- 5 Turning on the Developer Tab
- 6 The Macro Recorder
- 7 Using Relative References
- 8 Recording Simple Macros
- 9 Multi-Step Macro Recording
- 10 Sort and Filter Macro Recording
- 11 Protecting and Formatting Sheets with the Macro Recorder
- 12 VBA Interface Setup
- 13 Recorder Code vs. Manual Code
- 14 Introduction to Editing Macros
- 15 Debugging Macros
- 16 Grammar in VBA
- 17 Macro Scripting Basics
- 18 Range
- 19 Selection & Color
- 20 Value and Clear
- 21 ActiveSheet, Sheets, and Name
- 22 CurrentRegion
- 23 Practice