以下是多行删除代码:
With Tables("顾客档案表")
For i As Integer = .BottomPosition To .TopPosition Step -1
.Rows(i).Delete()
Next
End With