The control has to have the focus for this to work.
CtrlName.SelText
will return the value of the selected text in a control. If you assign a
value to SelText, it will replace the selected text with the value you
assign.
The control has to have the focus for this to work.
CtrlName.SelText
will return the value of the selected text in a control. If you assign a
value to SelText, it will replace the selected text with the value you
assign.