method MaskEdit.Select (Start as Long, End as Long)
Selects the text between Start and End

TypeDescription
Start as Long A long expression that indicates the starting position.
End as Long A long expression that indicates the ending position.

The Select method selects the text inside the control. The Start and End parameters determine the starting and ending point of the selection. The SelStart property returns or sets the starting point of text selected; indicates the position of the insertion point if no text is selected. The SelEnd property returns or sets the ending point of the text selected. The SelectGotFocus property indicates what the control should select once the control gets the focus.