WorksheetFunction.BahtText (Excel)

Converts a number to Thai text and adds a suffix of Baht.

In Microsoft Excel for Windows, you can change the Baht format to a different style by using Regional Settings or Regional Options in the Control Panel. In Excel for the Macintosh, you can change the Baht number format to a different style by using Control Panel for Numbers.

BahtText (Arg1)

Arg1: A number that you want to convert to text, or a reference to a cell containing a number, or a formula that evaluates to a number.


Dim dblArg1 As Double: dblArg1 = 
Dim strBahtText As String
strBahtText = WorksheetFunction.BahtText(Arg1:=dblArg1)