Find and replace

B

Brisbane Rob

Is it possible to run Find and Replace from a macro where it picks u
the 'find' and the 'replace' data from the data in two cells on th
sheet?

Any ideas?

Thank
 
N

Niek Otten

Record a macro while doing it manually.
Then edit the macro.
What:=Range("whatever you wanted to replace") becomes What:=Range("a1")
similar for the value to replace it with

--
Kind regards,

Niek Otten

"Brisbane Rob" <[email protected]>
wrote in message
news:[email protected]...
 
Top