View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Coder1215 Coder1215 is offline
external usenet poster
 
Posts: 12
Default Any way to word search in a Text Box?

On 9 Gru, 20:43, lbbss wrote:
I have text info in my excel text box, but I can't do a word search in
the text box. Any ideas. What about inside my cell notes?


You could convert the value into string and search using Instr for
e.g.
Can you post smoe code please?