Excel Macro Class 3 - Looping through Ranges & Working with Cells

Add to Favorites
Author: | Edits: don

Excel Macro Class 3 - How to loop through ranges of data and work with the cells in those ranges.

This includes:

  • how to loop through a row of data
  • how to loop through a column of data
  • how to loop through all rows and columns of a range of data
  • how to get values from the cells within the ranges
  • how to access any data point about the cells in the ranges
  • how to use IF statements to make logical checks within the loop

This tutorial covers the For Next Each loop.


Downloadable Files: Excel File

Question? Ask it in our Excel Forum


Excel VBA Course
Excel VBA Course - From Beginner to Expert

200+ Video Lessons 50+ Hours of Instruction 200+ Excel Guides

Become a master of VBA and Macros in Excel and learn how to automate all of your tasks in Excel with this online course. (No VBA experience required.)

View Course

Tutorial Details
Downloadable Files: Excel File
Excel VBA Course
Excel VBA Course - From Beginner to Expert

200+ Video Lessons
50+ Hours of Video
200+ Excel Guides

Become a master of VBA and Macros in Excel and learn how to automate all of your tasks in Excel with this online course. (No VBA experience required.)

View Course