Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 237
Default $ 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
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 3
Default $ 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
.

Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
How do I put text in front of my picture? jpxsayshxi Excel Discussion (Misc queries) 2 June 24th 08 10:01 AM
Adding Dashes in front of text using text formating Neal Excel Discussion (Misc queries) 1 November 27th 06 10:58 PM
How do I add a zero in front of a text formatt number? p210driver Excel Worksheet Functions 3 November 14th 06 02:41 AM
why is an apostrophe in front of text mlu Excel Discussion (Misc queries) 6 March 20th 06 07:59 PM
check variable(text) with cell (text), textbox Mark[_17_] Excel Programming 1 August 27th 03 01:15 PM


All times are GMT +1. The time now is 04:41 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
Copyright ©2004-2025 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"