Hello. Why doesn't this code work to select row ranges in a range? I want to select B6:N6 and so on down the identified range.
![]()
Sub bill() Dim rng As range, rambo As range Set rng = range("B17:N17") For Each rambo In rng range.Select Next End Sub
Bookmarks