Syntax

expression.Fixed(Arg1, Arg2, Arg3)

expression A variable that represents a WorksheetFunction object.

Parameters

Name Required/Optional Data Type Description
Arg1 Required Double Number - the number you want to round and convert to text.
Arg2 Optional Variant Decimals - the number of digits to the right of the decimal point.
Arg3 Optional Variant No_commas - a logical value that, if TRUE, prevents FIXED from including commas in the returned text.

Return Value
String

Remarks


See also: