Select text in inputform

O

Otto Sonneveld

Hello,

How can I program an input box, so that the pre defined text is already
selected.
The purpose is that de predefinned text is deleted after the first
keystroke.

Otto
 
J

Jezebel

If you're talking about a textbox on a UserForm, use the SelStart, SelText,
and SelLength properties.
 
Top