如果值纯粹像这样做,没有办法,但是如果想得到行号,要处理数据,代码如下:
Dim n As IntegerFor Each r As Row In Tables("表A").Rows n =n+1 If r.Checked = True Then output.show(n) End IfNext