Applies To
Application Object.
Description
Returns or sets the number of fixed decimal places used when the FixedDecimal property is set to True. Read-write.
Example
This example sets the FixedDecimal property to True and then sets the FixedDecimalPlaces property to 4. Entering "30000" after running this example produces "3" on the worksheet, and entering "12500" produces "1.25."
Application.FixedDecimal = True Application.FixedDecimalPlaces = 4