Display numbers in a userform txtfield as numbers with a comma

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

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?
 
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)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top