SOLUTION FOUND AS FOLLOWS:<br>
<br>
Module:<br>
<br>
' Convert any value into currency format. If the<br>
' value does not make sense, return 0.00.<br>
Public Function cvCur(ByVal Value As Variant) As Currency<br>
On Error Resume Next<br>
cvCur = CCur(Value)<br>
If Err.Number...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.