ExcelBanter

ExcelBanter (https://www.excelbanter.com/)
-   Excel Discussion (Misc queries) (https://www.excelbanter.com/excel-discussion-misc-queries/)
-   -   how do I format a cell to display its contents in Upper case? (https://www.excelbanter.com/excel-discussion-misc-queries/133858-how-do-i-format-cell-display-its-contents-upper-case.html)

MarcM

how do I format a cell to display its contents in Upper case?
 
I'm entering information in a spreadsheet that gets uploaded to a database.
The contents of some of the cells need to be in uppercase.
Is there a way to format the cell in such a way that it changes the case of
the content to upper case. So, if I type in ser, the cell content changes to
SER.

Bob Umlas, Excel MVP

how do I format a cell to display its contents in Upper case?
 
you need VBA to do this , not formatting. in the Worksheet_Change event,
Target.value=Ucase(target.Value)

"MarcM" wrote:

I'm entering information in a spreadsheet that gets uploaded to a database.
The contents of some of the cells need to be in uppercase.
Is there a way to format the cell in such a way that it changes the case of
the content to upper case. So, if I type in ser, the cell content changes to
SER.



All times are GMT +1. The time now is 10:16 AM.

Powered by vBulletin® Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.
ExcelBanter.com