View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
John[_85_] John[_85_] is offline
external usenet poster
 
Posts: 2
Default Change text to all caps

I need your help with code for changing the text within a cell to all
caps. I want to attach the code to the sub "worksheet change" event to
enable the code. For example: If someone types a lower case value into
a cell it will automatically change to uppercase.

Thank you