ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Programming (https://www.excelbanter.com/excel-programming/)
-   -   $ in front of text in a textbox (https://www.excelbanter.com/excel-programming/288460-%24-front-text-textbox.html)

Todd Huttenstine[_2_]

$ in front of text in a textbox
 
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

Peter Atherton[_13_]

$ in front of text in a textbox
 
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
.



All times are GMT +1. The time now is 10:23 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com