Loop through each row of a range in Excel December 16, 2022 by Tarik Dim a As Range, b As Range Set a = Selection For Each b In a.Rows MsgBox b.Address Next