View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Greg B[_11_] Greg B[_11_] is offline
external usenet poster
 
Posts: 13
Default Upper case in textbox

Sorry about this question but I am new,

on exit from a textbox I want it to convert automatically to capitals, how
do I do this please?

Here is some of my code

NEW3.Value = Format(TextBox1.Value, "A")

Thanks

Greg