I am trying to capitalize all text in one specific column. I am unable to find the button or command to make all lowercase text ALL CAPS. Can anyone help.
As this is not the VBA forum, you could add a temporary column.
Assume your values are in column A
Insert a column to the right (a new column B)
In B1, enter [blue]=UPPER(A1)[/blue]
Copy down as far as your data go
Select Column B, and Copy it
Edit > Paste Special > Values (to itself)
Delete Column A
Note that this won't work if you have formulae in your column (and neither will mscallisto's code).
Enjoy,
Tony
-------------------------------------------------------------------------------------------- We want to help you; help us to do it by reading this: Before you ask a question.
Excel VBA Training and more Help at VBAExpress[
With you having been a Tek-Tips member for some time, I know you'll appreciate learning the following...
The "proper" method of showing "appreciation" for the contributions received at Tek-Tips, is by awarding purple STARS. It's a simple matter of clicking on the link at the bottom-left-corner of a contributor's posting - the one that begings with a little star, followed by "Thank ______ for this valuable post!" And you're not limited to one STAR - i.e. you can or perhaps should also award STARS for other contributions you condsider to be worthy.
You're not the first member to overlook the "proper" method of acknowledging the contributions made by Tek-Tips contributors. Like many things, it only becomes obvious AFTER it's been pointed out ;-).
Because it's happened without asking the following... please don't award me a star for my posting (because it's not a "true" tip).
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.