B
Blewyn
How do I select an entire row by using a variable to store the row
number ? I currently have a statement which selects a range :
Range(Cells(Count, 1), Cells(Count, 16)).Select
but I'd like to select the entire row (row number is Count) instead...
Any ideas ?
Thanks,
Blewyn
number ? I currently have a statement which selects a range :
Range(Cells(Count, 1), Cells(Count, 16)).Select
but I'd like to select the entire row (row number is Count) instead...
Any ideas ?
Thanks,
Blewyn