sponsored ads

shortcut how to change small letter to capital letter in excel 2007

sponsored ads

Do you know  how to change small letter to capital letter in excel 2007. It bothers me a lot...I don't know how to handle it...help me...thanks!!
 

Asked Oct, 05 2010
add commentflag 

sponsored ads

answer this question

1 answers

 

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
add comment|flag 
vote up 0 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 Nov, 11 2010
vote up 0 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

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 Aug, 05 2010
vote up 1 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

Office Excel 2007 1.0

Last Updated: Apr 2, 2011
License: Demo
Filesize: 10.17MB

Continue to downloadPower by Afreecodec.com