You should ask this question in a programming group or forum, where you are more
likely to get knowledgeable replies. For example, you could try the programming
forum at Microsoft Answers:
http://answers.microsoft.com/en-us/o...page=1&tab=all.
--
Stefan Blom
Microsoft Word MVP
"ronymaxwell" <(E-Mail Removed)> wrote in message
news:(E-Mail Removed)...
>
> I have a canvas in a document with a number of pictures on it. I placed
> the pictures into the document manually. I manipulated them (.Left,
> Top, .Name, etc) using Document.Shapes(1).CanvasItems(i). where i
> refers to each canvas shape in the collection. There are a lot of
> pictures and I want to generate a list of their filenames (including
> path) without having to individually select each one and get the info
> manually. I can't find any way to reference the pictures and hence
> their filenames. There doesn't seem to be a property in the canvas
> shapes collection to do this.
>
>
>
>
> --
> ronymaxwell