Multiple find mulitple replace

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

is there any way out where i can choose multiple find in same sheet/workbbok
to replace with multiple replacement.ur help is solicited.

say
**US$ spread across the sheet without any fixed cell location to be replaced
with say word xyz at all those places
*US$ similarly placed all around the sheet to be replaced with abc
NON-US to be placed with mno, and so on.

even vb code will help,i can place that code in my macro.

rgds
amit
 
Look at EDIT==> REPLACE but be careful of the order of actions if you have
similar strings to replace. For example, replacing "*US$" will also replace
"**US$" so you need to do the latter first.



HTH
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads


Back
Top