+ Reply to Thread
Results 1 to 3 of 3

Display numbers in a userform txtfield as numbers with a comma

  1. #1
    TimT
    Guest

    Display numbers in a userform txtfield as numbers with a comma

    Hello experts,
    I am using a form for the user to input wage information and I would like
    the numbers to display with the thousands separater and have decimal points.
    is there a way to do this?

  2. #2
    Bob Phillips
    Guest

    Re: Display numbers in a userform txtfield as numbers with a comma

    When you display the numbers, format them, like so

    Format(Textbox1.Text,"#,##0.00")

    --

    HTH

    RP
    (remove nothere from the email address if mailing direct)


    "TimT" <[email protected]> wrote in message
    news:[email protected]...
    > Hello experts,
    > I am using a form for the user to input wage information and I would like
    > the numbers to display with the thousands separater and have decimal

    points.
    > is there a way to do this?




  3. #3
    TimT
    Guest

    Re: Display numbers in a userform txtfield as numbers with a comma

    I guess I would use that format on an OnExit of the field?

    "Bob Phillips" wrote:

    > When you display the numbers, format them, like so
    >
    > Format(Textbox1.Text,"#,##0.00")
    >
    > --
    >
    > HTH
    >
    > RP
    > (remove nothere from the email address if mailing direct)
    >
    >
    > "TimT" <[email protected]> wrote in message
    > news:[email protected]...
    > > Hello experts,
    > > I am using a form for the user to input wage information and I would like
    > > the numbers to display with the thousands separater and have decimal

    > points.
    > > is there a way to do this?

    >
    >
    >


+ Reply to Thread

Thread Information

Users Browsing this Thread

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

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.6.0 RC 1