MainTable = Tables("表B")
Dim i As Integer = MainTable.FindRow("第一列 = 'b'")If i >= 0 Then MainTable.Position = iEnd If