sponsored ads

Shortcut key to convert small letter to caps in excel

sponsored ads

Can someoe here tell me what's the shortcut key to convert small letter to caps in excel? Thanks Asked May, 10 2011
add commentflag 

sponsored ads

answer this question

1 answers

In excel 2007, it's Shift-F3. Answered May, 10 2011
add comment|flag 
vote up 1 vote down

 

Hi,you can make it with the Module item on the insert menu in VBA to realize it:

Sub ChangeCase()
    Dim Rng As Range
    On Error Resume Next
    Err.Clear
    Application.EnableEvents = False
    For Each Rng In Selection.SpecialCells(xlCellTypeConstants, _
             xlTextValues).Cells
        If Err.Number = 0 Then
 

Answered Nov, 11 2010
vote up 0 vote down

1. Select the text, then right-click and select Font.
2. Under Effects, select Small Caps.
3. Click OK.
4. With the text still selected, press SHIFT/F3. This will change the case. Cycle through several of these changes until the first letters go Large Caps. (This is Title Case.) Answered Apr, 13 2011
vote up 1 vote down

Example:
cell A1: MINERVA
cell B1, type this =LOWER(A1)
will result minerva in B1

cell C1, type this =UPPER(B1)
will result MINERVA in C1

cell D1, type this =PROPER(C1)
will result Minerva in cell D1

Hope this helps and Good luck.

Answered Sep, 23 2010
vote up 0 vote down

Your Answer

community wiki:

The Verified Code is to stop spamming. It will be hidden once your reputation reached 100.
or
Create one

Options

sponsored ads

Download related software from AFC

RAC1 to the letter 1.3

Last Updated: Jul 4, 2011
License:
Filesize: 131KB

Continue to downloadPower by Afreecodec.com