View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
bert bert is offline
external usenet poster
 
Posts: 30
Default textbox insertion point.

In Userform1.TextBox1 I enter text normally. I can also insert pre-defined
strings by clicking on a combobox in the same Userform.
After the code runs to insert the predefined strings, the cursor does not
show in the textbox. I can obviously click in the box to make it appear;
however, it would be nice to have the insertion point visible when the code
to insert the string is finished running. I've tried SetFocus and SelStart,
but they don't do it.