+ Reply to Thread
Results 1 to 4 of 4

Thread: Show R$ and % symbol in text box

  1. #1
    Registered User
    Join Date
    04-26-2009
    Location
    Brasil
    MS-Off Ver
    Excel 2007
    Posts
    6

    Show R$ and % symbol in text box

    Good Morning!
    I'm trying to show informations with R$ and % in textbox but for 5% text box show 0,05. Textbox to present % can receive number or text.
    Is need to use Format tool?
    Tnx for Help!

  2. #2
    Forum Guru mudraker's Avatar
    Join Date
    11-10-2003
    Location
    Melbourne, Australia
    Posts
    3,984

    Re: Show R$ and % symbol in text box

    You need to format the number when you place it into the text box or change it with an afterchange event macro

    Me.TextBox1.Value = Format(0.05, "0%"
    Please Read Forum Rules Before Posting
    Wrap VBA code by selecting the code and clicking the # icon or Read This
    How To Cross Post politely

    Top Excel links for beginners to Experts

    If you are pleased with a member's answer then use the Scales icon to rate it
    If my reply has assisted or failed to assist you I welcome your Feedback.

  3. #3
    Registered User
    Join Date
    04-26-2009
    Location
    Brasil
    MS-Off Ver
    Excel 2007
    Posts
    6

    Re: Show R$ and % symbol in text box

    Very nice!
    Tnks for help Mudraker.
    Just dont know how to turn this post to "SOLVED"

  4. #4
    Forum Guru mudraker's Avatar
    Join Date
    11-10-2003
    Location
    Melbourne, Australia
    Posts
    3,984

    Re: Show R$ and % symbol in text box

    How to mark a thread Solved
    Go to the first post
    Click edit
    Click Go Advanced
    Just below the word Title you will see a dropdown with the word No prefix.
    Change to Solved
    Click Save
    Please Read Forum Rules Before Posting
    Wrap VBA code by selecting the code and clicking the # icon or Read This
    How To Cross Post politely

    Top Excel links for beginners to Experts

    If you are pleased with a member's answer then use the Scales icon to rate it
    If my reply has assisted or failed to assist you I welcome your Feedback.

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Tags for this Thread

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.2.0