I was stepping through some code and found that the values are returning rounded numbers from the Cell to my variable, even though the cell has a two decimal place number.
The value of the Cell in the following assignment is 776.38. After execution the value in varMileageExp is 777.
I have never noticed this before and can't figure out how to make it right.![]()
varMileageExp = .Cells(21, lngBilledMileageExpense).Value
What's the deal?
Bookmarks