Home |
Search |
Today's Posts |
|
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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. |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
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. |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Changing file in all upper case to upper and lower case | Excel Discussion (Misc queries) | |||
How do you globally change format from upper to lower case In Mic. | Excel Discussion (Misc queries) | |||
Format Excel column as Upper Case without use of UPPERCASE formul | Excel Discussion (Misc queries) | |||
Upper Case and date format issue | Excel Discussion (Misc queries) | |||
How do I convert all upper case excel sheet into upper and lower . | Excel Discussion (Misc queries) |