Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi All, I want to display a '$' sign in excel sheet once user inputs the
'amount'. the cell in excel is populated through a userform. Here is my code to format the textbox in userform: Amount.Text = Format(Amount.Text, "$#,###.00") I am getting the $ sign in the text box field, but once its populated in excel sheet I dont see the $ sign, I just see 6,444.00 Here is my code to print the input in excel through the userform: ws.Cells(10, 8).Value = Me.Amount.Value Thanks in Advance |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Excel 2007 - display negative numbers with minus sign and parenthe | Excel Discussion (Misc queries) | |||
How to display $ sign in front of: 50 under, 50 over | Excel Discussion (Misc queries) | |||
Display sign on a chart | Charts and Charting in Excel | |||
How do I display a cent sign | Excel Discussion (Misc queries) | |||
display plus sign on plus numbers in Excel | Excel Discussion (Misc queries) |