txtAmt resides on a user form and is loaded with a default value from an adjacent cell in the initalize event.
When the form loads I would like text in the textbox to be highlighted with the curser left justified so that if the user doesn't accept the default value he can overwrite the value without first double-clickng.

I guess I need the textbox to be pre-double-clicked.

Possible?

thanks