T
Torstein S. Johnsen
I often use the File Search function in Word 97 and also in Windows. I miss
the possibility to take a printout of the file names found.
I can see a possibility in opening the all documents found and start a macro
that collects filename for each open document and send it to another
document.
i think of something like this:
for each adoc in documents
filename = activedocument.fullname
from here I dont know how to continue. I have got a lot of godd answers
earlier that has been to a lot of help. I hope someone can give me some
help.
Or perhaps someone has another solution that is easier?
Torstein S. Johnsen
the possibility to take a printout of the file names found.
I can see a possibility in opening the all documents found and start a macro
that collects filename for each open document and send it to another
document.
i think of something like this:
for each adoc in documents
filename = activedocument.fullname
from here I dont know how to continue. I have got a lot of godd answers
earlier that has been to a lot of help. I hope someone can give me some
help.
Or perhaps someone has another solution that is easier?
Torstein S. Johnsen