P
Phil Spearman
Hi there,
I wonder if anyone out there could help me?
I need to do a find & replace text in documents via a
macro. The text may appear any number of times in a given
doc but its not just *that* text that needs replacing -
its the entire paragraph .
The pseudo code would look something like this I guess...
Find 'Lorem ipsum dolor sit amet'
If found
select the whole paragraph
replace with Null (or delete text)
.....But I cant seem to translate this into successful VBA
code!
Any help greatly appreciated
Phil
I wonder if anyone out there could help me?
I need to do a find & replace text in documents via a
macro. The text may appear any number of times in a given
doc but its not just *that* text that needs replacing -
its the entire paragraph .
The pseudo code would look something like this I guess...
Find 'Lorem ipsum dolor sit amet'
If found
select the whole paragraph
replace with Null (or delete text)
.....But I cant seem to translate this into successful VBA
code!
Any help greatly appreciated
Phil