View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Corey Corey is offline
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....