Sebastiandiaz
Member
Hello, I have a question, I know that to provide de currency format to a textbox I can do it by using this:
TextBox1.Value = Format(TextBox1.Value, "$###,##")
But can I make it to have another country currency, for example Costa Rica currency? The curency for this country is colones ₡ , Is the a way to change it to this currency?
TextBox1.Value = Format(TextBox1.Value, "$###,##")
But can I make it to have another country currency, for example Costa Rica currency? The curency for this country is colones ₡ , Is the a way to change it to this currency?