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

Parameter Description

Max String Length

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

EditString Outputs

Returns

The text string entered into the control, constrained to the range 0 to Max String Length.

Results

An EditString control.