View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.misc
Sreekanth Sreekanth is offline
external usenet poster
 
Posts: 3
Default How to find a text in a string without giving the position of the

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.