Hi,

I can insert an image into a header with ohead.shapes.addpicture

What I would like to do is to insert the picture inside a cell in a table
but the cell doesn't have a Shapes collection

I've also looked at copying the picture but there is no copy method of the
shapes collection
eg ohead.shapes(1).copy() doesn't exsist.

Has anyone got any ideas on this.

Re: Inserting Image via com by rob

rob
Wed Dec 08 07:55:01 CST 2004

It's ok I've found the

object.range.inlineshapes.addpicture() method

Hope this helps someone else



"rob" <rej@NOSPAMPLEASEmarinesoftware.co.uk> wrote in message
news:eTMIQvS3EHA.2592@TK2MSFTNGP09.phx.gbl...
> Hi,
>
> I can insert an image into a header with ohead.shapes.addpicture
>
> What I would like to do is to insert the picture inside a cell in a table
> but the cell doesn't have a Shapes collection
>
> I've also looked at copying the picture but there is no copy method of the
> shapes collection
> eg ohead.shapes(1).copy() doesn't exsist.
>
> Has anyone got any ideas on this.
>
>