I get application or object defined error in the various forms shown below:
![]()
Selection.Range("Rows(4):Rows(22)").Select
![]()
Selection.Range("Rows(4)", "Rows(22)").Select
What I'm trying to do is to select a range of rows from a previous selection. What is the correct form?![]()
Selection.Range("Rows(4):Rows(4)", "Rows(22):Rows(22)").Select
Bookmarks