Hi,

I have value sended to cell:
Code:

Cells(10, 6).Value = CCur(Round(qty * 12.12377, [3]))
but it is shown like 12,43zł (polish zloty).

I'd like to have presented this amount with euro symbol and 3 decimal places (12,430 €).
How to do it?