S
Stuart
In the calculation:
C.Offset(0, 3).Value = qty * rate
how may I ensure that calculated value is to 2 decimal places?
That is to say, if the computed value was 10.494 then it would
Round to 10.49, but if it were 10.495, then it would Round to
10.50.
Regards.
C.Offset(0, 3).Value = qty * rate
how may I ensure that calculated value is to 2 decimal places?
That is to say, if the computed value was 10.494 then it would
Round to 10.49, but if it were 10.495, then it would Round to
10.50.
Regards.