把删除按钮的代码改为:
With Tables("销售.明细") If .current IsNot Nothing Then .Current("商品") = Nothing .Current.delete End IfEnd With
可以避开这个问题。