If you want to ensure that all data entered into a particular field in Excel is in uppercase, there are a couple of different ways that you can go about this. One option is to use the Data Validation feature to set up a rule that will automatically convert any text entered into uppercase. Another option is to use a macro to trap the KeyPress event and convert the character to uppercase before it is added to the cell.
To set up data validation so that all text entered into a cell is converted to uppercase, follow these steps: