Hi everyone,

I think my problem is pretty simple to solve, but i haven't found any info on it. I have a picture in one of my worksheet named "Header" and I want to paste it in the header of another one via VBA. I tried something like that:

ActiveSheet.PageSetup.RightHeaderPicture = Sheets("Summary").Shapes("Header")

Thank you for your help,
Marc-André