Hi GeoBob,
lots of long forgotten command line utilities
are still around, like "find".
In the cmd-shell in the appropriate folder:
find "end sub" *.doc
Might help.
Still, the files have to be openend in a way.
Yet not with Word as application.

Signature
Greetings from Bavaria, Germany
Helmut Weber, MVP WordVBA
Win XP, Office 2003
"red.sys" & Chr$(64) & "t-online.de"
GeoBob - 06 Nov 2007 14:27 GMT
Thanks Helmut,
The old things are still often the best things. It never occured to me 1)
to resort to the DOS prompt and b) that the VB code was still in text format
within the Word documents.
Your idea worked great! The only problem is, it found a bunch of other
documents with VB code in them that I would have never expected of having
macros, let alone VB code. I'm afraid of letting my curiosity get the better
of me - and that kind of thing can kill a day!!
Thanks again Helmut,
Geobob
> Hi GeoBob,
>
[quoted text clipped - 8 lines]
> Still, the files have to be openend in a way.
> Yet not with Word as application.