Paste Special

  • Thread starter Thread starter jonathan
  • Start date Start date
J

jonathan

Does anyone have a code/snippet on how to do a Paste
Special Device Independent Bitmap in VBA?
 
Does anyone have a code/snippet on how to do a Paste
Special Device Independent Bitmap in VBA?

What version of PPT? In 2002 and up you can do:

ActivePresentation.Slides(1).Shapes.PasteSpecial(ppPasteBitmap)

I'm not sure exactly what format that gives you, but it's worth a shot.
 
Back
Top