G
Guest
Any help will be appreciated. Thanks.
Error Msg Overflow
dim MyDbl as Double
MyDbl = (([txtTotQty] - [txtTotProd]) / [txtTotQty]) * 100
txtResult = MyDbl
MyDbl value is 97.9166666666667
I want to format 'txtResult' as whole number in percentage.
Error Msg Overflow
dim MyDbl as Double
MyDbl = (([txtTotQty] - [txtTotProd]) / [txtTotQty]) * 100
txtResult = MyDbl
MyDbl value is 97.9166666666667
I want to format 'txtResult' as whole number in percentage.