Home |
Search |
Today's Posts |
#1
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
In excel, how can i type any letters and it will turn to capital letter
automatically? |
#2
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Use the "Caps Lock" key.
-- David Biddulph "KeithT" wrote in message ... In excel, how can i type any letters and it will turn to capital letter automatically? |
#3
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
use following function
=upper(cell reference) "KeithT" wrote: In excel, how can i type any letters and it will turn to capital letter automatically? |
#4
![]()
Posted to microsoft.public.excel.misc
|
|||
|
|||
![]()
Hi Keith,
Assuming that you mean for some specific columns on a specific worksheet, you would use an Event macro... See the event macro under topic http://www.mvps.org/dmcritchie/excel/proper.htm#upper you would customize the macro so that it only processes certain columns. As shown it processes column 6 (Col F) and will not process row 1. It must be installed as Event macro by right clicking on the sheet tab then View code. As for Caps-Lock (see my shortx2k.htm page) The next best thing to removing the caps lock key, or depression obstruction is to have it make a noise, and would be what you would choose for a laptop to avoid physical damage: Windows Control Panel, accessibility, ToggleKeys option will provide sound when invoking/revoking Caps Lock, Scroll Lock, or NumLock keys. (two tones ON/off} --- HTH, David McRitchie, Microsoft MVP - Excel My Excel Pages: http://www.mvps.org/dmcritchie/excel/excel.htm Search Page: http://www.mvps.org/dmcritchie/excel/search.htm "KeithT" wrote... In excel, how can i type any letters and it will turn to capital letter automatically? |
Reply |
Thread Tools | Search this Thread |
Display Modes | |
|
|
![]() |
||||
Thread | Forum | |||
Replacing capital letters | Excel Discussion (Misc queries) | |||
Excel Capital Letters | Excel Discussion (Misc queries) | |||
capital letters to lowercase | Excel Discussion (Misc queries) | |||
Capital Letters Only | Excel Discussion (Misc queries) | |||
Capital Letters | Excel Worksheet Functions |