How can I format a cell to capitize whatever is in ther automatically?
R Ron de Bruin Jun 22, 2005 #2 You can use VBA code or use Data validation Maybe you like this without code Select Column A Data Validationchoose custom) =EXACT(A1,UPPER(A1)) You can only type in Uppercase now
You can use VBA code or use Data validation Maybe you like this without code Select Column A Data Validationchoose custom) =EXACT(A1,UPPER(A1)) You can only type in Uppercase now