EditFloat

Inserts a floating-point edit control into the spreadsheet. The control behaves like other interactive numeric input controls.

Note: To access the property sheet for an EditFloat control, right-click the control and select Edit Function.

EditFloat Inputs

Syntax: EditFloat(Min,Max)

Parameter Description

Min

Specifies the minimum value that the edit box control will accept (-16777216 to 16777216; default = 0).

Max

Specifies the maximum value that the edit box control will accept (-16777216 to 16777216; default = 100).

EditFloat Outputs

Returns

The value entered into the control.

Results

An EditFloat control.