WorksheetFunction.BahtText Method
Excel Developer Reference |
Converts a number to Thai text and adds a suffix of "Baht."
Syntax
expression.BahtText(Arg1)
expression A variable that represents a WorksheetFunction object.
Parameters
Name | Required/Optional | Data Type | Description |
---|---|---|---|
Arg1 | Required | Double | A number you want to convert to text, or a reference to a cell containing a number, or a formula that evaluates to a number. |
Return Value
String
Remarks
In Microsoft Excel for Windows, you can change the Baht format to a different style by using Regional Settings or Regional Options in Control Panel.
In Excel for the Macintosh, you can change the Baht number format to a different style by using Control Panel for Numbers.
See Also