Sample macro code to change the case of text in Excel (291323)
The information in this article applies to:
- Microsoft Office Excel 2003
- Microsoft Excel 2002
- Microsoft Excel 2000
- Microsoft Excel 97 for Windows
- Microsoft Excel 2004 for Mac
- Microsoft Excel X for Mac
- Microsoft Excel 2001 for Mac
This article was previously published under Q291323
For a Microsoft Excel 2000 version of this article, see 213649.
For a Microsoft Excel 98 and earlier version of this article, see 141094.
SUMMARY
Although Microsoft Excel has functions that change the case of text, there are times when you may want to change text case programmatically.
This article contains three sample Microsoft Visual Basic for Applications
macros (Sub procedures) that you can use to change the letters in a text string to all uppercase, all lowercase, or title case (the first letter in each word is capitalized). These actions are similar to the Excel functions, =UPPER(), =LOWER(), and =PROPER().
REFERENCES
For more information about how to use worksheet functions to change the case of text, click the following article number to view the article in the Microsoft Knowledge Base:
263580
How to change the case of text in Excel
For more information about getting help with Visual Basic for Applications, click the following article number to view the article in the Microsoft Knowledge Base:
305326
List of programming resources for Visual Basic for Applications
Modification Type: | Minor | Last Reviewed: | 10/11/2006 |
---|
Keywords: | kbdtacode kbhowto kbProgramming KB291323 |
---|
|