Be the first user to complete this post
|
Add to List |
VBA-Excel : Strings Functions – Ucase
Description:
This function converts the input string to Upper case.
Format:
UCase(strString)
Arguments:
- strString
- Mandatory
- Type: String
- String whose characters to be converted in Upper case.
Function FnUpperCase() Dim mainString mainString = "SumitJain" MsgBox UCase(mainString) End Function

Also Read About Other String() Functions
INSTR() | InstrREV() | LCase()
Also Read:
- VBA Excel - Cells, Ranges and Offset : Cells
- VBA-Excel: Date-Time Functions – WeekDay() and WeekDayName()
- VBA-Excel: Date-Time Functions – DateAdd()
- Excel-VBA : Range - Lock/Unlock Specific Cells
- VBA Excel - Cells, Ranges and Offset: Refer to Cells by Using Shortcut Notation