Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 363
Default Textbox = Capital letters ?

TextBox2.ControlSource = UCase(Value) ' not working

I get no error but i also get no Capitals.
How to set the Textbox2 to be ALWAYS Capitals?
Corey....


  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 363
Default Textbox = Capital letters ?

Thants where it is now but no workies:

Private Sub TextBox2_Change()
TextBox2.ControlSource = UCase(Value)
End Sub

Corey....
"Tom Ogilvy" wrote in message
...
Use the change event to make the entry uppercase.

--
Regards,
Tom Ogilvy


"Corey" wrote:

TextBox2.ControlSource = UCase(Value) ' not working

I get no error but i also get no Capitals.
How to set the Textbox2 to be ALWAYS Capitals?
Corey....





  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 363
Default Textbox = Capital letters ?

Thanks Tom.
Spot on.
"Tom Ogilvy" wrote in message
...
textbox2.value = Ucase(Textbox2.Value)

not controlsource and not value.

--
Regards,
Tom Ogilvy


"Corey" wrote:

Thants where it is now but no workies:

Private Sub TextBox2_Change()
TextBox2.ControlSource = UCase(Value)
End Sub

Corey....
"Tom Ogilvy" wrote in message
...
Use the change event to make the entry uppercase.

--
Regards,
Tom Ogilvy


"Corey" wrote:

TextBox2.ControlSource = UCase(Value) ' not working

I get no error but i also get no Capitals.
How to set the Textbox2 to be ALWAYS Capitals?
Corey....








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 to change small letters to capital letters HOW TO CHANGE Excel Discussion (Misc queries) 4 May 30th 07 01:12 AM
how do i turn all letters into capital letters? KeithT Excel Discussion (Misc queries) 3 May 11th 07 02:13 PM
Capital Letters Only Simon Jefford Excel Discussion (Misc queries) 2 February 2nd 06 06:04 PM
Capital Letters teresa Excel Programming 23 March 24th 05 03:17 PM
Capital Letters Gaute Excel Worksheet Functions 4 March 9th 05 09:55 AM


All times are GMT +1. The time now is 01:44 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"