format cell to capitlize

R

Ron de Bruin

You can use VBA code or use Data validation

Maybe you like this without code

Select Column A
Data Validation:(choose custom)

=EXACT(A1,UPPER(A1))

You can only type in Uppercase now
 
Top