Inverting, is there a windows shortcut?

Don't know if there's a universal add-on but Excel will correct it too using the =PROPER() function although depending on the length of your sentence you probably would have corrected it by the time you copy and paste into Excel / Word.
 
Don't know if there's a universal add-on but Excel will correct it too using the =PROPER() function although depending on the length of your sentence you probably would have corrected it by the time you copy and paste into Excel / Word.

PROPER will make each word start with a capital letter.
LOWER will convert a string to all lower case
UPPER will convert a string to all upper case
 
Back
Top Bottom