View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Chip Pearson Chip Pearson is offline
external usenet poster
 
Posts: 7,247
Default Capturing text in a command bar as it is entered

I don't believe this is possible.


--
Cordially,
Chip Pearson
Microsoft MVP - Excel
Pearson Software Consulting, LLC
www.cpearson.com


"John" wrote in message
...
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