andrbea
06-16-2001, 09:54 AM
i've looked hard and long at freeware sites and downloads but can't find what I'm looking for ....
imagine a simple file in a foreign language.
say in dutch, 4 words after one another, separated by spaces, entered into a Word doc file (the source file for the task)
dit dat wordt worden
I want to launch a word macro on that file which replaces the above words.
To do that i use a helpfile, in 2 columns.
(source/target)
eg
dit is to become this
dat ............ that
wordt ........... is
and worden ...... are
can anyone write a word macro that would do that?
ie change each single word occurrence in the source file with the correpsonding english word from the helpfile, perhaps with a prompt for "yes to replace?" at each occurrence of the dutch word in the source file.
it only has to operate on 1 word file, not a chain of mulitple files.
To launch it on the right file, I would need to overwrite the location of the file in the macro. Perhaps via a prompt, at the start?
Tks for any help,
Andrew
http://www.PCGuide.com/ubb/smile.gif
imagine a simple file in a foreign language.
say in dutch, 4 words after one another, separated by spaces, entered into a Word doc file (the source file for the task)
dit dat wordt worden
I want to launch a word macro on that file which replaces the above words.
To do that i use a helpfile, in 2 columns.
(source/target)
eg
dit is to become this
dat ............ that
wordt ........... is
and worden ...... are
can anyone write a word macro that would do that?
ie change each single word occurrence in the source file with the correpsonding english word from the helpfile, perhaps with a prompt for "yes to replace?" at each occurrence of the dutch word in the source file.
it only has to operate on 1 word file, not a chain of mulitple files.
To launch it on the right file, I would need to overwrite the location of the file in the macro. Perhaps via a prompt, at the start?
Tks for any help,
Andrew
http://www.PCGuide.com/ubb/smile.gif