ComboBox.SelLength Property (Outlook Forms Script)

Returns or sets a Long that represents the number of characters selected in the text portion of a ComboBox. Read/write.

Syntax

expression.SelLength

expression A variable that represents a ComboBox object.

Remarks

For SelLength and SelStart, the valid range of settings is 0 to the total number of characters in the edit area of a ComboBox.

The SelLength property is always valid, even when the control does not have focus. Setting SelLength to a value less than zero creates an error. Attempting to set SelLength to a value greater than the number of characters available in a control results in a value equal to the number of characters in the control.

Changing the value of the SelStart property cancels any existing selection in the control, places an insertion point in the text, and sets SelLength to zero.

The default value, zero, means that no text is currently selected.

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.