Thread
:
Find text string and move contents to another cell
View Single Post
#
2
Posted to microsoft.public.excel.programming
Don Guillett
external usenet poster
Posts: 10,124
Find text string and move contents to another cell
Look in the vba help index for FINDNEXT
--
Don Guillett
Microsoft MVP Excel
SalesAid Software
"Philusofical" wrote in message
...
How can I find a specific string in a worksheet and move it to another
column?
In Excel 2003, Sheet Range A1:N250
Column "N" of a worksheet "spares" contains text "PRP Pxxxxx" or "Prod
xxxxx" where x is a number. I want to cut and paste anything containing
"PRP" to column Q, and "Prod" to column R, leaving the cell in column N
blank.
Thanks in advance for any advice
Reply With Quote
Don Guillett
View Public Profile
Find all posts by Don Guillett