exceluser90
New Member
- Joined
- Jun 1, 2011
- Messages
- 15
Worksheets("Main").Range(Cells(17, 1), Cells(getLastRow(2), getLastCol(18))).Copy
I'm pretty new to this, but basically getLastRow and getLastCol get the last row or column in column or row designated, respectively.
I'm trying to copy all of the cells in row 17 and below.
Any help would be appreciated.
I'm pretty new to this, but basically getLastRow and getLastCol get the last row or column in column or row designated, respectively.
I'm trying to copy all of the cells in row 17 and below.
Any help would be appreciated.