Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

How to add text under a photo

Status
Not open for further replies.

angiem

MIS
Sep 29, 2000
116
0
0
CA
I've added a photo using the shapes.addpicture method

Code:
objWordApplication.Selection.Shapes.AddPicture(filename:=strFullName, LinkToFile:=False, SaveWithDocument:=True)

but I want to display text aligned left underneath the photo showing the photo's name. I've tried using the insertafter and that appears after the last paragraph inserted on the document not after the actual photo. And just to complicate things I could have 2 pictures on the same page and I'd like to keep the picture and text together.

Angie





 

Have you tried placing it in a table? 1 row, 1 column, or 2 rows 1 column, place a picture in the table and this will allow you to have control where the text will be displayed.


Have fun.

---- Andy
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top