WorksheetFunction.Dbcs Method
Excel Developer Reference |
Converts half-width (single-byte) letters within a character string to full-width (double-byte) characters. The name of the function (and the characters that it converts) depends upon the language settings. Read/write String.
Syntax
expression.Dbcs(Arg1)
expression A variable that represents a WorksheetFunction object.
Parameters
Name | Required/Optional | Data Type | Description |
---|---|---|---|
Arg1 | Required | String | The text or a reference to a cell that contains the text that you want to change. |
Return Value
String
See Also