K
Krzysztof Bartosiewicz
Hi I need to round up a value. I tried
Int(Value*100)/100
CCur(Value/100)*100
but those functions don't work.. The problem is that if I have a value
10,195 it is converted into 10,19 instead of 10,20.. Maybe there is some
easy function which will be able to round this value just like Excel's
Round(Value,2)
I'll be grateful for help since I already lost two hours on this
Thanks in advance
Chris
Int(Value*100)/100
CCur(Value/100)*100
but those functions don't work.. The problem is that if I have a value
10,195 it is converted into 10,19 instead of 10,20.. Maybe there is some
easy function which will be able to round this value just like Excel's
Round(Value,2)
I'll be grateful for help since I already lost two hours on this
Thanks in advance
Chris