Simply select rows
I have been trying to simply select rows starting from the first row and
ending at the cursor's row.
For example, instead of ending the selection at row 13, as in:
Rows("1:13").Select
I would need:
Rows("1:[put something here that ends the selection at whatever row the
cursor is on]").Select
I've tried various configurations to no avail.
Thank you,
JP
|