• Hi All

    Please note that at the Chandoo.org Forums there is Zero Tolerance to Spam

    Post Spam and you Will Be Deleted as a User

    Hui...

  • When starting a new post, to receive a quicker and more targeted answer, Please include a sample file in the initial post.

Textbox Currency Format

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?
 
Back
Top