A
andrei
Here is what i need from a macro : i have an excel sheet . In A column
have book titles . In B column i have their descriptions . From time t
time the description contains the keyword "This title" . I need th
macro to find the cells in B column where this keyword is and t
replace it with the text from cell corresponding from A column and pu
the new description in C column . Here i have an example :
A1: "Once upon a time" B1: This title is the best book ....
A2: "The killer" B2: John Big wrote this title when h
was....
The result should be :
C1 : "Once upon a time" is the best book...
C2 : John Big wrote "The Killer" when he was...
Can this be done ? Many thanks
have book titles . In B column i have their descriptions . From time t
time the description contains the keyword "This title" . I need th
macro to find the cells in B column where this keyword is and t
replace it with the text from cell corresponding from A column and pu
the new description in C column . Here i have an example :
A1: "Once upon a time" B1: This title is the best book ....
A2: "The killer" B2: John Big wrote this title when h
was....
The result should be :
C1 : "Once upon a time" is the best book...
C2 : John Big wrote "The Killer" when he was...
Can this be done ? Many thanks