Hi Michael,
>I think I may have worded my question poorly. My documents have objects
>inserted from insert object, create from file, link to file. Those images
>are the ones I want to see if it is possible to create a macro that would go
>through a document and export pertinent information to another document. In
>essence, for a large document telling me what images are in that document.
>>> Is this at all possible?
This is the hardest question of all.
I think, no, as when not linked, the inserted object,
lets say it is a picture, seems to become an entire part
of the doc and all it's traces are lost.
Sure you can loop through all inlineshapes and all shapes,
check whether they are linked or not, and if linked,
extract to what file they are linked.
You may obtain a list with autoshape1, autoshape2, etc.,
but this is certainly not what you want.
But, when inserting objects, here and now
Word offers 36 different types!
At least I couldn't manage, having inserted a wav-sound
as an inlineshape, which is the default,
to find out programmatically, what sound it was.
As lots of other people are reading here
and don't hesitate to speak up, if they know better
I'd say, no way. Or make a passion out of it,
and show us how to do it.
Every lesson is appreciated. ;-)

Signature
Greetings from Bavaria, Germany
Helmut Weber, MVP WordVBA
Win XP, Office 2003
"red.sys" & Chr$(64) & "t-online.de"
mmikedm1000 - 11 Nov 2005 21:43 GMT
Thank you for your assistance.

Signature
Michael
> Hi Michael,
>
[quoted text clipped - 32 lines]
>
> Every lesson is appreciated. ;-)