>Hi bof
>
>Just save the file as a web page and Word will save each image as a separate
>file.
Hi Shauna, thanks for the reply, unfortunately the file is not
displaying the images, giving an error message about lack of memory/disk
space, when it's saved as HTML it creates a blank HTML page, so I was
hoping to try another tack and access them through VBA.

Signature
bof at bof dot me dot uk
ChrisHarrington - 16 Nov 2006 03:24 GMT
If you save doc as XML, you will find images in the file as base64
surrounded by a tag like:
<w:binData w:name="wordml://02000001.jpg">
Extract the text and use a base64 to binary converter
>>Hi bof
>>
[quoted text clipped - 6 lines]
> it's saved as HTML it creates a blank HTML page, so I was hoping to try
> another tack and access them through VBA.
bof - 24 Nov 2006 12:36 GMT
>If you save doc as XML,
Thanks Chris, sorry for such a basic question but how? Can't see that as
a save option, or any XML reference in the Help (except for smart tags).

Signature
bof at bof dot me dot uk