Article ID: 141094 - Last Review: October 11, 2006 - Revision: 2.3 Sample Macro Code to Change Case of TextThis article was previously published under Q141094 For a Microsoft Excel 2002 version of this article, see 291323
(http://support.microsoft.com/kb/291323/EN-US/
)
.
For a Microsoft Excel 2000 version of this article, see 213649 (http://support.microsoft.com/kb/213649/EN-US/ ) . On This PageSUMMARY
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).
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 more information about changing the case of text in Microsoft Excel,
click Answer Wizard on the Help menu and type:
tell me about changing case of text
ARTICLE-ID: 163435
(http://support.microsoft.com/kb/163435/EN-US/
)
TITLE : VBA: Programming Resources for Visual Basic for Applications APPLIES TO
| Article Translations
|

Back to the top
