Ok, so i've searched virtually every forum on the web, so i decided i'd post here and ask for some assistance with this seemingly easy code..
Range("D26").Select
Selection.Copy
Range("K15").Select
Selection.Paste
I'm doing this for a picture, but it simply won't paste, i've tried using Shapes as well, but to no avail. Frankly i'm stumped. It Selects the correct ranges and copies the correct picture, but it just won't paste it. Anyone have an alternative to this code?
Any help would be greatly appreciated
Bookmarks