Tom Ogilvy wrote:
> One other thought. When you are playing with shapes, you can often get many
> shapes on the sheet you are not aware of. Make sure the SourceShape
> actually refers to the shape you are trying to copy.
>
> sub CountShapes()
> msgbox "there are " & Activesheet.shapes.count & _
> " Shapes on the sheet"
> End sub
>
Thanks for your reply. And you were right

There WAS an empty image right behind the image i wanted to copy
and the code took that image

Silly me.
Seems like to every problem is simple answer.
Thanks again.
Asko.