If I have a variable for last row, last column, how do I select a range?
If I have a variable for last row, last column, how do I select a range?
Range(cells(1,1), cells(a,b)).select
This selects range from A1 to last row for a = row variable and b = column variable
There are currently 1 users browsing this thread. (0 members and 1 guests)
Bookmarks