My cursor is resting on a cell in a column of a table that contains names of students.
I want to create a new row in a table just below the cell/row my cursor is in.
IF I know the TABLE row my cursor is on I can just use .ListRows.add Position=X, where X = the row my cursor is on plus 1.
But how do I find the table row my cursor is on?

Presently I get the row I am on and subtract the row that the header row range is on, but I suspect there must be a direct means!

Thank-you-