Deal Experts,
I am stuck in a small questions. I just wanted to know about the result of the below function
After running this, result is 3729 but this is not corrrect. It should be 3730.Code:Public Sub test() MsgBox Abs(Int(Val(37.3) * 100)) End Sub
Can anyone help me





Reply With Quote