Copy image in excel to publisher document using vba

G

Grumpythedwarff

I have a company logo stored in an excel file along with some data that I am
using to generate a Publisher document on the fly using vba in Excel.

I would like to copy the image stored in my Excel spreadsheet on to the
masterpage of my Publisher document.

When I use Shape.copy and masterpages(1).shapes.paste, the shape gets
created on the first page of the document instead of the masterpage.

Please help.
 
Top