View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
Steve K Steve K is offline
external usenet poster
 
Posts: 8
Default Another Find and Replace need

I've searched forum...and have not been able to find a solution. I believe
its quite simple...but beyond my capability.

I would like to search thru column B for all cell values that equals "modify".

If Found, I would like to remove the trailing "i" or "c" in Column C in same
row.
(i.e. change 51005674i to 51005674)
(or change 50004421c to 50004421)

I'd like it to search all rows in worksheet.

I appreciate any help.

Steve