add textboxt under added picture

S

Stella

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
 
E

Ed Bennett

Stella said:
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?
 
S

Stella

My file adds pictures and under each I want to add an empty textbox. It needs
to be done after inserting the picture.
 
E

Ed Bennett

Stella said:
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
| |
+-----+
 
E

Ed Bennett

Stella said:
like this

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.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top