WorksheetFunction.Proper(String) Method

Definition

Capitalizes the first letter in a text string and any other letters in text that follow any character other than a letter. Converts all other letters to lowercase letters.

public:
 System::String ^ Proper(System::String ^ Arg1);
public string Proper (string Arg1);
Public Function Proper (Arg1 As String) As String

Parameters

Arg1
String

Text - text enclosed in quotation marks, a formula that returns text, or a reference to a cell containing the text you want to partially capitalize.

Returns

Applies to