D
danny
I would like to be able to select from a picture from a list of pictures and
then add that photo added to a open word document. The code listed below
will add the 2 pictures but i cannot choose only one to add. Can anyone
help.
thanks
danny
Sub Addpic()
'
'
Dim objShape
Set objShape = ActiveDocument.Shapes
objShape.AddPicture ("s:\pictures\Logos\aca.jpg")
objShape.AddPicture ("s:\pictures\Logos\HubZone.jpg")
End Sub
then add that photo added to a open word document. The code listed below
will add the 2 pictures but i cannot choose only one to add. Can anyone
help.
thanks
danny
Sub Addpic()
'
'
Dim objShape
Set objShape = ActiveDocument.Shapes
objShape.AddPicture ("s:\pictures\Logos\aca.jpg")
objShape.AddPicture ("s:\pictures\Logos\HubZone.jpg")
End Sub