I'm trying to export a single image to a folder.
I inserted the image manually in the workbook, and renamed the shape 'logo'.
I've used something similar earlier, but perhaps it only works with OLEObjects?
ThisWorkbook.Sheets("Start Here").Shapes("logo").Copy
CreateObject("Shell.Application").Namespace(ThisWorkbook.Path & "\").Self.InvokeVerb "Paste"
The code runs, but the object isn't 'pasted' to the destination directory.