Dim sum As DoubleFor Each r As Row In Tables("表A").Rows
For each c As Col in Tables("表A").Cols sum + = Val(r(c.name))
nextNextMessageBox.Show(sum)