View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
steven steven is offline
external usenet poster
 
Posts: 389
Default Highlight (ie Select characters in a textbox)

Is there a way with programming to select a certain string of characters in a
Form TextBox. For example: Lets say the TextBox's value is:

"This is the example I want to use."

Is there a way without using the mouse to highlight the word example in that
phrase.

Thank you,

Steven