View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
pcd81 pcd81 is offline
external usenet poster
 
Posts: 1
Default find text match, then grab text following

I want to find a text portion match in a cell. If there is a match, I want
to extract the text that follows. For example,
If there is the following text in a cell:
abc def (ghi) jkl

I search for "def", then I want to extract the text "ghi" and copy this to
another cell.