Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]() Hello Funkymonk, Place this code inyour TextBox's AfterUpdate event module. Change the range and worksheet names to match your workbook. Code: -------------------- Private Sub TextBox1_AfterUpdate() Worksheets(\"Sheet1\").Range(\"A1\").Value = Format(TextBox1.Text, \"Currency\") End Sub -------------------- Sincerely, Leith Ross -- Leith Ross ------------------------------------------------------------------------ Leith Ross's Profile: http://www.excelforum.com/member.php...o&userid=18465 View this thread: http://www.excelforum.com/showthread...hreadid=374123 |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
currency and textbox. | Excel Programming | |||
currency and textbox. | Excel Programming | |||
currency and textbox. | Excel Programming | |||
Textbox with currency format | Excel Programming | |||
Formatting for Numbers & Currency in textbox | Excel Programming |