Hi,
What am I doing wrong here?
I want to select Columns A - J of whatever row the cursor is on
I've tried putting brackets everywhere, and nothing seems to work.![]()
CurrentRow = ActiveCell.Row Range("A" & CurrentRow:"J" & CurrentRow).Select
Thanks
Paul
Bookmarks