Hi Sonic8,I suspect the problem is that the currency conversion code you are using is always applying the dot as decimal separator (in strings) while your local decimal separator is a comma.
Not knowing the code, I cannot suggest a practical fix for the problem, but this info might help @arnelgp reproducing the issue.
you are correct, you are on the right track here
I removed the dot from the equation and the type mismatch error disappeared
I received a exchange outcome for the fist time now
Only, the result is now value of 973585 and should be 217.973585 or 217,973585
So I will have to play around with the expression:
Const Keys As String = ",.0123456789"