Alright. I will just give you an example of what im trying to do, will be easier than explaining.
I want to take a list of keywords, e.g. dog, cat, pig, bird.
I want to use the replace function and replace each one of these words with the xxx in this list.
xxx pets
xxx food
xxx shelter
xxx toys
so in the end it would look like
dog pets
dog food
dog shelter
dog toys
the same for each word.
Now I know how to do it one at a time, word by word, but I have a list of over 5000 words I want to replace in a list similar to that. It will take me forever to do all 5000 if I have to do each replace one-at-a-time.
Please help and tell me there is a way...
and the quicker the answer the better ive gotta go live with this asap (im in web advertising and design)
thanks guys...and gals...
2007-05-25
03:23:05
·
7 answers
·
asked by
Anonymous
in
Computers & Internet
➔ Software
its just im looking for a macro or something like the replace function but to do all that at once...doing anything one at a time like that for 5000 words is too much.
I want to tell the program that all the words on this sheet need to be individually changed out for the xxx's in each set....so all 5000 words make their own set. It doesnt seem that tough to get done i just dont know how.
2007-05-25
04:05:37 ·
update #1
i dont know if you all understand....i have 5000 different words and I want to get it all done at once. I cant replace all with just dig...thats just one set. I would then have to do it 4999 more time for every other word. What macro exists to tell the program to do THAT for every word in the list???
2007-05-25
04:27:26 ·
update #2