Home |
Search |
Today's Posts |
#3
![]()
Posted to microsoft.public.excel.programming
|
|||
|
|||
![]()
Hi John
Open up the visual basic editor, look in the Project Window and double click the worksheet this behavior is to apply to. Paste the code below into the blank code module Private Sub Worksheet_Change(ByVal Target As Range) Target.Value = UCase(Target.Value) End Sub and save the file. Everything entered on this sheet will then appear in upper case. regards Paul "John McGing" wrote in message ... IS THERE A WAY THAT A WORKSHEET CAN BE SETUP THAT WOULD EITHER NOT ACCEPT LOWERCASE OR AUTOMATICALLY CHANGE IT TO UPPERCASE |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
In excel can you change words from all caps to initial caps? | Excel Discussion (Misc queries) | |||
how do i restrict cells to not accept formulas? | Excel Worksheet Functions | |||
Format cells to only accept numbers | Excel Discussion (Misc queries) | |||
How can I convert all Caps to first letter caps in Excel? | Excel Worksheet Functions | |||
excel sheet all caps and needs to be only the first letter caps.. | Excel Discussion (Misc queries) |