change typed text to upper case

G

Guest

How can I change existing text typed in lower case to upper case? In word,
you can select the text and chage case but I can't seem to find the answer in
Excel. I don't want to use the Formula =uppercase(a3) unless there is a way
to change an entire column.

Thanks.
 
D

David McRitchie

You would need a macro in Excel to change the data in place.
http://www.mvps.org/dmcritchie/excel/proper.htm#upper

The first macro in that topic will change your existing data in a selection and you
can run it any time. Below that is an Event macro that has to be
customized to which columns you want it to apply to -- it will change
data constants when entered to capitals.
-
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top