Hello,

When I have a table on a slide, I often find that I sometimes want to move a row up or down one place. This involves manually adding a blank row, copy / pasting the two rows into the right order then deleting the additional row that will be left.

Unfortunately I've fallen at the first hurdle and can't seem to work out how to identify what table row is currently selected. Looping and using
If Table.Cell(i, 1).Selected = True Then
Does not appear to return true at any point.

Is there a way to determine the currently selected row of a PowerPoint table?
Additionally, is there a way to copy / paste entire rows of PowerPoint tables or would it need to be done one cell at a time?

thanks