I am producing a report which needs to be run daily. I have some pictures in Excel and I want to copy them and paste them into Word. I need them in a certain location. All this needs to be done in VBA.
My proposed way of doing this is by creating template pictures in Word. I assume that I can then copy the pictures from Excel and paste them over the template pictures (i.e. replacing the template pictures). I believe this type of technique is possible with Excel-Powerpoint.
However, I don't know how to select the existing images in Word.
I don't know if this helps but I know that you can name images in Word (see Home > Select > Selection Panel) but I don't know how to actually make a code that selects named images.
I have tried googling for solutions but all the answers seem to revolve around selecting images that have just been pasted into Word from Excel. I want to select images that already exist in Word.
My proposed way of doing this is by creating template pictures in Word. I assume that I can then copy the pictures from Excel and paste them over the template pictures (i.e. replacing the template pictures). I believe this type of technique is possible with Excel-Powerpoint.
However, I don't know how to select the existing images in Word.
I don't know if this helps but I know that you can name images in Word (see Home > Select > Selection Panel) but I don't know how to actually make a code that selects named images.
I have tried googling for solutions but all the answers seem to revolve around selecting images that have just been pasted into Word from Excel. I want to select images that already exist in Word.