Click here to Skip to main content
15,890,527 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
If Conversion.Val(.get_TextMatrix(i, 6)) > 0 Then
         lCrAmt = lCrAmt +Math.Round(Conversion.Val(.get_TextMatrix(i, 8)),2)
     End If


sir Conversion.Val(.get_TextMatrix(i, 8))=92.170000004 it is wrong
Conversion.Val(.get_TextMatrix(i, 8))=92.17 it is corrct

how to get below value please give me solution sir

What I have tried:

Conversion.Val(.get_TextMatrix(i, 8))=92.17 it is correct 
Posted
Updated 17-Jun-17 0:00am

1 solution

 
Share this answer
 
Comments
Maciej Los 17-Jun-17 6:05am    
Short And To The Point!
5ed!
Member naidu 17-Jun-17 6:12am    
Thq sir

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900