EditString

Inserts a text edit control into the spreadsheet. The EditString control works like other interactive text input boxes.

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

EditString Inputs

Syntax: EditString(Max String Length)

Parameter Description

Max String Length

Specifies the maximum text string length (in characters) that the edit box control will accept (1 to 255; default = 8).

EditString Outputs

Returns

The text string entered into the control.

Results

An EditString control.