Hi Elliot,
When you insert the object, set it to an object variable like this
Dim oShape as Shape
Set oShape = ActiveDocument.Shapes.Add(parameters go here)
You then have the oShape object variable which is of type Shape. You can
then set properties of oShape such as the Height, Width & ZOrder.

Signature
Regards
Jonathan West - Word MVP
www.intelligentdocuments.co.uk
Please reply to the newsgroup
Keep your VBA code safe, sign the ClassicVB petition www.classicvb.org
> Hi,
> I am inserting an A4 image into the header of word using VBA and having
[quoted text clipped - 9 lines]
>
> Kind regards
Elliott - 19 Oct 2005 17:54 GMT
Thank you Jonathan.
This will come in very useful.
Cheers
Elliott
> Hi Elliot,
>
[quoted text clipped - 19 lines]
> >
> > Kind regards