IN Word VBA or VB6, i use word automation in my VB6 app
I have an inserted picture in my word document,
can i somehow change the picture to an other picturefile
Let say
AppWord.selection.Shapes("Picture 2").... .picture = loadpicture(Appmap & PictName)
IS this possible or should i in word always first delete the original picture object and insert a new one?
