SyntaxFix
Write A Post
Hire A Developer
Questions
Something like this:
Dim rng As Range Dim row As Range Dim cell As Range Set rng = Range("A1:C2") For Each row In rng.Rows For Each cell in row.Cells 'Do Something Next cell Next row