My file adds pictures and under each I want to add an empty textbox. It needs
to be done after inserting the picture.
> > My macro adds picture into a publisher file. Now I want to add a textframe
> > underneath each picture. How is a smart way of do this? Thanks
>
> Do you mean "underneath" as in ordering, or as in co-ordinate location?
> My file adds pictures and under each I want to add an empty textbox. It needs
> to be done after inserting the picture.
You didn't answer the question I asked you. Do you want something like this:
+-----+
| |
|Image|
| |
+-----+
|_____| <- Text box
or
+-----+
| |
|Image| <- Text box hidden as it's "underneath" the image
| |
+-----+

Signature
Ed Bennett - MVP Microsoft Publisher
http://ed.mvps.org
Stella - 11 Oct 2007 05:35 GMT
like this
> +-----+
> | |
> |Image|
> | |
> +-----+
> |_____| <- Text box
> > My file adds pictures and under each I want to add an empty textbox. It needs
> > to be done after inserting the picture.
[quoted text clipped - 15 lines]
> | |
> +-----+
Ed Bennett - 11 Oct 2007 09:21 GMT
> like this
>
[quoted text clipped - 4 lines]
>> +-----+
>> |_____| <- Text box
After your .AddPicture line in the macro, use a .AddTextBox line, using
the Left you used for the image, Top + Height for the new top, Width for
the Width, and some arbitrary Height.

Signature
Ed Bennett - MVP Microsoft Publisher
http://ed.mvps.org