Article ID: 213649 - Last Review: October 11, 2006 - Revision: 4.2 XL2000: Sample Macro Code to Change Case of TextThis article was previously published under Q213649 For a Microsoft Excel 2002 version of this article, see 291323
(http://support.microsoft.com/kb/291323/EN-US/
)
.
For a Microsoft Excel 98 and earlier version of this article, see 141094 (http://support.microsoft.com/kb/141094/EN-US/ ) . On This PageSUMMARY
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(). MORE INFORMATIONMicrosoft provides programming examples for illustration only, without warranty either expressed or implied. This includes, but is not limited to, the implied warranties of merchantability or fitness for a particular purpose. This article assumes that you are familiar with the programming language that is being demonstrated and with the tools that are used to create and to debug procedures. Microsoft support engineers can help explain the functionality of a particular procedure, but they will not modify these examples to provide added functionality or construct procedures to meet your specific requirements. Macro to Change All Text in a Range to Uppercase LettersMacro to Change All Text in a Range to Lowercase LettersMacro to Change All Text in a Cell Range to Initial Capital LettersTesting the Sample MacrosTo test the sample macros, follow these steps:
REFERENCES
For additional information about getting help with Visual Basic for
Applications, please see the following article in the Microsoft Knowledge
Base:
226118
(http://support.microsoft.com/kb/226118/EN-US/
)
OFF2000: Programming Resources for Visual Basic for Applications
| Article Translations
|
Back to the top
