这样?Dim tb As Table = Tables("表B")Dim n1,n2,n As Integern1 = 201n2 = 304For n = 0 to 2 tb.rows(n)(0) = n1 + n + 1 tb.rows(n)(1) = n2+n-3Next