Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hey guy
I got a method from Julian Milano and Bob Phillips of how to get the $ sign in front of text in a textbox, but there was another method that was shorter and no matter how many time I change the text in the textbox, the dollar sign always stay in front. Other methods? Thank you |
#2
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hello Todd
Is this what you were after Private Sub TextBox1_Enter() TextBox1.Text = "$" End Sub regards Peter -----Original Message----- Hey guy I got a method from Julian Milano and Bob Phillips of how to get the $ sign in front of text in a textbox, but there was another method that was shorter and no matter how many time I change the text in the textbox, the dollar sign always stay in front. Other methods? Thank you . |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
How do I put text in front of my picture? | Excel Discussion (Misc queries) | |||
Adding Dashes in front of text using text formating | Excel Discussion (Misc queries) | |||
How do I add a zero in front of a text formatt number? | Excel Worksheet Functions | |||
why is an apostrophe in front of text | Excel Discussion (Misc queries) | |||
check variable(text) with cell (text), textbox | Excel Programming |