I have the following code:
Selection.End(xlDown).Select
Selection.ListObject.ListRows.Add AlwaysInsert:=True
Selection.ListObject.ListRows.Add AlwaysInsert:=True
Selection.ListObject.ListRows.Add AlwaysInsert:=True
Selection.ListObject.ListRows.Add AlwaysInsert:=True...