When a computer has conflicting Regional Settings for "Number" and "Currency" (that is, in one you set Thousands Separator = "," and Decimal Separator = ".", and in the other you set them inverted), the Ccur Function returns incorrect values. For instance, code like
Ccur("9,99") returns the value 999....

Is this a VB bug? Is there a way of solving the issue