View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.misc
Don Guillett[_2_] Don Guillett[_2_] is offline
external usenet poster
 
Posts: 1,522
Default How to find a text in a string without giving the position of the

Post example(s)

--
Don Guillett
Microsoft MVP Excel
SalesAid Software

"Sreekanth" wrote in message
...
My requirement are
I want to find a particular text in a string with out giving the position
of
the text . I believe that if we use find and search we have to give the
text
position for the particular text. Can anyone guide me what should be the
function used for getting this.