다음을 통해 공유


WorksheetFunction.BahtText Method (Excel)

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

Syntax

.BahtText(Arg1)

A variable that represents a WorksheetFunction object.

Parameters

Name

Required/Optional

Data Type

Description

Arg1

필수

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.

참고 항목

개념

WorksheetFunction Object Members

WorksheetFunction Object