View Single Post
  #1   Report Post  
Leitey
 
Posts: n/a
Default How do I name a picture as I paste it from VBA? (ActiveSheet.Past.

I want to use VBA (and maybe some variation of the ActiveSheet.Paste
command?) to paste the image on the clipboard into Excel under a certain name
i.e. "samplepicture". I have tried "ActiveSheet.Paste.samplepicture" and
"ActiveSheet.Shapes("samplepicture").Paste" but can't seem to find a good
syntax.