in a vba i generate a rectangle on a excelsheet. i would like to copy that and paste it in an imagebox on a userform. what's the correct syntax for doing that?
something like: image1.picture = clipboard.getdata(vbCRMetafile) to paste the shape. unfortunately this does not work
thanx for your help