Sub LinkedPicture() Selection.Copy ActiveSheet.Pictures.Paste(Link:=True).Select End Sub
How to Insert a Linked Picture using VBA macro code
This VBA code will convert your selected range into a linked picture and you can use that image anywhere you want.