Change all text in a column to uppercase
Is there a way to change all text in a column to upper case.
I tried this:
Worksheets("Enter Here").Range("B:B").Value = _
UCase(Worksheets("Enter Here").Range("B:B").Value)
But, as I am sure most of you here can tell, that did not work.
Is it because I am not accesing the column correctly, or do I just need to
use UCase on each individual cell?
Thanks,
Ken Loomis
|