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.
rob - 08 Dec 2004 13:55 GMT
It's ok I've found the
object.range.inlineshapes.addpicture() method
Hope this helps someone else
> Hi,
>
[quoted text clipped - 8 lines]
>
> Has anyone got any ideas on this.