With Tables("某表")
Dim r as row = .rows(.count -1)
If r.Isnull("某列") then
messagebox.show("空")
End If
End With