試填法:改如下,速度更慢
For Each xR In .Cells
If xR(1, 8) <= 0 Then GoTo 101
SU = Int(xR(1, 8) / xR / 1000)
If SU <= 0 Then GoTo 101
xR(1, -1) = SU
If xR(1, 8) < 0 Then SU = SU - 1
If SU > 0 Then xR(1, -1) = SU Else xR(1, -1) = ""
'If xR(1, -1) <> "" Then xR(1, -1).Select
101: Next 作者: lcctno 時間: 2015-9-23 15:26