Example :
1) I have a text file with 1000 same words (let the word be "friends").
2) I have another text file like
fowl
frame
free
frequent
friend
......
......
so on.
3) Now need to replace the friends of 1st text file with the 2nd text file like
friends ......fowl
friends ......frame
friends ......free
friends ......frequent
friends ......friend
.....
.....
So on.
1st friends should be replaced with fowl
2nd friends should be replaced with frame
3rd friends should be replaced with free
4th friends should be replaced with frequent
5th friends should be replaced with friend
Need a macro or script for this task.
Sorry for my English..hope I'm clear
1) I have a text file with 1000 same words (let the word be "friends").
2) I have another text file like
fowl
frame
free
frequent
friend
......
......
so on.
3) Now need to replace the friends of 1st text file with the 2nd text file like
friends ......fowl
friends ......frame
friends ......free
friends ......frequent
friends ......friend
.....
.....
So on.
1st friends should be replaced with fowl
2nd friends should be replaced with frame
3rd friends should be replaced with free
4th friends should be replaced with frequent
5th friends should be replaced with friend
Need a macro or script for this task.
Sorry for my English..hope I'm clear