Microsoft Office Forums

Go Back   Microsoft Office Forums > >

 
 
Thread Tools Display Modes
Prev Previous Post   Next Post Next
  #2  
Old 04-16-2012, 10:48 PM
jolivanes jolivanes is offline Number format in Textbox on userform Windows XP Number format in Textbox on userform Office 2007
Advanced Beginner
 
Join Date: Sep 2011
Posts: 91
jolivanes will become famous soon enough
Default

You could try any of these.

Code:
Private Sub UserForm_Initialize()
TextBox1 = Range("B1").Value
TextBox2.Value = Format(Range("B1"), "$###.00")
TextBox3 = Sheets("Sheet1").Range("B1").Text
TextBox4.Value = Format(Range("B1"), "$###.##")
TextBox5.Value = Format(Range("B1"), "$0,000.00")
End Sub
Reply With Quote
 



Similar Threads
Thread Thread Starter Forum Replies Last Post
Custom Number Format for Chart deadrxn24 Word 4 03-18-2012 05:38 PM
Number format in Textbox on userform custom number format: change thousands separator Ward Excel 1 06-07-2011 08:18 PM
Textbox Number changes when I open Word t0m46 Word VBA 0 09-07-2010 05:46 AM
Numbering, defining new number format nrschmid Word 0 12-30-2009 03:04 PM
Number format in Textbox on userform Default Number Format boutells Excel 1 05-20-2009 02:46 PM

Other Forums: Access Forums

All times are GMT -7. The time now is 02:40 PM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.
Search Engine Optimisation provided by DragonByte SEO (Lite) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
MSOfficeForums.com is not affiliated with Microsoft