View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
JWolf JWolf is offline
external usenet poster
 
Posts: 136
Default Change text to all caps

See the response to your earlier thread.

John wrote:

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