Hi Guys,

I have a code, as shown below, which is to copy a shape and a picture from one sheet and paste it to another, with some formatting.

I have recently been getting an ActiveSheet.Paste error, on the ActiveSheet.Paste part of the first section of the code.

Please Login or Register  to view this content.
I added in DoEvents to bypass the error, but as this did not work I then added in the On Error Resume Next - but this did not fix the issue.

Many thanks,

Chris