Dim Topp = Tables("表B").TopPosition Dim bott = Tables("表B").BottomPositionWith Tables("表B") For i As Integer = bott To Topp Step -1 lst.Add(.Rows(i)("_Identify")) .Rows(i).Delete() NextEnd With
For Each i As Integer In lst Output.Show(i)Next