Sample Macro Code to Change the Case of Text in Excel
Click here to download now
Overview: This paper describes three samples Microsoft Visual Basic for Applications macros that one can use to change the letters in a text string to all uppercase, all lowercase, or title case. These actions are similar to the Excel functions, =UPPER (), =LOWER (), and =PROPER (). The paper assumes that one is familiar with the programming language that is being demonstrated and with the tools that are used to create and to debug procedures.

