我想......可能是我的電腦需要休息了XDD
刪去所有直接算
Sub countdollar()
With Personnel
h = Val(.Cmbx_health)
.TextBox11=Round(h*0.0517*0.3,0)
End With
End Sub
算出來的值是2326... 0.0作者: Hsieh 時間: 2010-9-24 14:43
With Personnel
h = Val(.Cmbx_health)
.TextBox11=Application.Round(h*0.0517*0.3,0)
End With
為何會有如此差異?原因為何?還請知道的前輩指導