J
JSR
I am looking for a little help manipulating two word documents with
VBA. My VBA experience is limited to basic Excel functions that were
pretty straight forward.
I want to take a source file containing the VBA code and a list of
acronyms with definitions and do a search with a replace option on a
target file. For instance, if the source file contain "US - United
States" in a table, I want the code to open the target file (Word
Document) and search it for US, then once found display a message box
that gives you the option to replace it with United States or continue
searching. This list of Acronyms may contain several hundred or more
and will change periodically.
If it is easier to manipulate, the acronym list could be kept in an
Excel document.
Could someone point me in the right direction. I would also be greatful
if you could also point me in the direction of VBA reference books that
may help better undertand the process.
THANKS!
VBA. My VBA experience is limited to basic Excel functions that were
pretty straight forward.
I want to take a source file containing the VBA code and a list of
acronyms with definitions and do a search with a replace option on a
target file. For instance, if the source file contain "US - United
States" in a table, I want the code to open the target file (Word
Document) and search it for US, then once found display a message box
that gives you the option to replace it with United States or continue
searching. This list of Acronyms may contain several hundred or more
and will change periodically.
If it is easier to manipulate, the acronym list could be kept in an
Excel document.
Could someone point me in the right direction. I would also be greatful
if you could also point me in the direction of VBA reference books that
may help better undertand the process.
THANKS!