J
Jesper Fjølner
I've created a table with VBA and I'm moving the cursor around in the cells.
Can I move the cursor to the last row of the table regardless of where the
cursor is in the table at that point?
Say I have a 10x10 table and the cursor is in row 4, column 4. Can I use the
...selection.movedown command to move the cursor directly to the last row?
(row 10, column 4)
Thanks for you help.
Can I move the cursor to the last row of the table regardless of where the
cursor is in the table at that point?
Say I have a 10x10 table and the cursor is in row 4, column 4. Can I use the
...selection.movedown command to move the cursor directly to the last row?
(row 10, column 4)
Thanks for you help.