I have a userform for inputting new rows of data into a dynamic table that is synced to a Sharepoint list. I just need the VBA code for deleting the active row in the table only.
I know this code is for deleting a specific row in the table:
Selection.ListObject.ListRows(8).Delete
But I need to delete the active row and only the active row in the table...