I want to build a solution in word, that makes an index of all word documents
in a folder (selected by users), e.g. with filenames etc. This index should
also contain information that is stored in the builtindocumentproperties and
customdocumentpropertis. How can I access this information without opening
every document individually (and as a result, get stuck with a slow macro)
Peter
Word Heretic - 19 Jun 2005 09:27 GMT
G'day "Peter" <Peter@discussions.microsoft.com>,
Look up the DIR command in the help system. Or check out the
word.mvps.org/FAQs/index.htm for its FSO object handler. Or purchase
the VBA Developers Handbook which has a full-on FileSystem handler.
Steve Hudson - Word Heretic
steve from wordheretic.com (Email replies require payment)
Without prejudice
Peter reckoned:
>I want to build a solution in word, that makes an index of all word documents
>in a folder (selected by users), e.g. with filenames etc. This index should
[quoted text clipped - 3 lines]
>
>Peter
Klaus Linke - 23 Jun 2005 16:31 GMT
Hi Peter,
Also google for DSOFile.dll
Regards,
Klaus
>I want to build a solution in word, that makes an index of all word documents
> in a folder (selected by users), e.g. with filenames etc. This index should
[quoted text clipped - 3 lines]
>
> Peter