changing fonts in excel

B

bronxbabe

is there a way to select a column and make the text all caps?

thanks in advance,
 
G

Gord Dibben

Only if you use VBA, otherwise it has to be done on a cell by cell basis using a
helper column and the UPPER function.

See other posts for how to use UPPER in a helper column.


Gord Dibben MS Excel MVP
 
Top