Copying in-line images to clipboard

I have this old code written by another programmer awhile ago.

What it does is simple. It takes a document, selects all and copies it to the clipboard. After it will paste it into a Word document.

The only problem is that there is an in-line image on the document that will hide dependant on another field. So in the process the image does not get copied to Word.

Does anybody have any idea what I can/should do to get the image copied to Word.

Thanks again in adavance.

Subject: Copying in-line images to clipboard

Have you tried with a document that does not have the hide formula? Are you sure that the image would otherwise get copied to the clipboard?

Subject: RE: Copying in-line images to clipboard

I tried removing the hide if paragraph is true and it still will not copy to clipboard.

Under what conditions would I be able to copy the image to the clipboard.

Maybe that would be a better approach.