Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 273
Default Help With TextBox Formatting

Greetings,

I would like to format Textbox1 on UserForm1 with the PROPER format
but I can't find any examples of how this is done.

Can anyone show me how?

TIA

-Minitman
  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 5,302
Default Help With TextBox Formatting

Hi Minitman,

Try:

Private Sub TextBox1_Change()
Me.TextBox1.Text = Application.Proper(Me.TextBox1.Text)
End Sub


---
Regards,
Norman



"Minitman" wrote in message
...
Greetings,

I would like to format Textbox1 on UserForm1 with the PROPER format
but I can't find any examples of how this is done.

Can anyone show me how?

TIA

-Minitman



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
formatting a textbox Ed Excel Discussion (Misc queries) 1 February 24th 08 09:15 PM
Textbox Formatting jmc8355 Excel Discussion (Misc queries) 3 April 24th 07 06:30 PM
textbox formatting jnf40 Excel Discussion (Misc queries) 1 August 3rd 06 08:12 PM
TextBox Formatting grahammal Excel Discussion (Misc queries) 3 April 12th 06 04:54 PM
TextBox Formatting ToddG[_2_] Excel Programming 5 April 7th 04 09:29 PM


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

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

About Us

"It's about Microsoft Excel"