I've added a photo using the shapes.addpicture method
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
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