View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Harald Staff Harald Staff is offline
external usenet poster
 
Posts: 292
Default Selecting part text in a textbox

Hi Charles

With TextBox1
.Text = "Harald says cool, man"
.SelStart = 12
.SelLength = 4
End With

HTH. best wishes Harald

"vqthomf" skrev i melding
...
Hi I have been trying to select a part of a text entry into a textbox, I
tried to use selstart etc I can remove the text but not hightlight it can
someone show me how this can be done.
TIA
Charles