View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
John[_113_] John[_113_] is offline
external usenet poster
 
Posts: 8
Default Capturing text in a command bar as it is entered

XL 2003

I have a command bar with a text box (msoControlEdit) for the user to enter
text as the basis of a search parameter.

Via the .OnAction event it works fine (the user enters the text then presses
return), but is there a way I can capture the text as it is entered ...
effectively a change event on the text in this control ?

Many thanks
John