How Do I Change The Selected Row?

K

kenji4861

I tried to change the selected row by doing...

ActiveCell.row = 55

I wanted to change the selected cell to row 55. It gives me an error.
How can I do this?
 
Top