T
troubadour
I have a document (produced by mail merge from a ms-access query),
containing many full paths of other documents (such as C:\mydoc\rose.doc).
The adresses are always between two # signs (#C:\mydoc\rose.doc#), and there
is no other # in the document for other purpose, i'm sure
I would like to make a macro doing this : detecting each adress, then
opening the document with this file name, selecting the whole text of the
doc, copying it into the clipboard, closing the document, then pasting the
clipboard into the main document (and so on for each adress until the end of
the main document).
Is it reasonable ?
Who can help me (I’m a newby with VB, and not very good yet to modify the
code produced by a macro nor to debug)
Thank you
Toubadour
containing many full paths of other documents (such as C:\mydoc\rose.doc).
The adresses are always between two # signs (#C:\mydoc\rose.doc#), and there
is no other # in the document for other purpose, i'm sure
I would like to make a macro doing this : detecting each adress, then
opening the document with this file name, selecting the whole text of the
doc, copying it into the clipboard, closing the document, then pasting the
clipboard into the main document (and so on for each adress until the end of
the main document).
Is it reasonable ?
Who can help me (I’m a newby with VB, and not very good yet to modify the
code produced by a macro nor to debug)
Thank you
Toubadour