I want to change case of a string in Excel. I am using MS 2013 suite.
I have checked various answers where people have suggested to use third party add-on or to user UPPER() or LOWER() function.
But it is tedious to use a function and I am not in a position to add a add-on to machine.
Can anyone please suggest any hot key(short cut key) to complete this requirement of mine.
Select a string (highlight). Go to menu and start recording a macro.
Do necessary action (ok that is nebulous).
Stop recording macro. Assign hotkey. Save macro.
Now next time, highlight something. Hit hotkey.
Note that later you can go in and modify the macro VBA code that you find for a particular solution