J jonathan Oct 25, 2004 #1 Does anyone have a code/snippet on how to do a Paste Special Device Independent Bitmap in VBA?
S Steve Rindsberg Oct 25, 2004 #2 Does anyone have a code/snippet on how to do a Paste Special Device Independent Bitmap in VBA? Click to expand... 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.
Does anyone have a code/snippet on how to do a Paste Special Device Independent Bitmap in VBA? Click to expand... 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.
S Steve Rindsberg Oct 27, 2004 #4 I'm still using PPT 2000. I'll try what you sent me. Click to expand... Unfortunately, PPT2000 gives no control over the paste format.
I'm still using PPT 2000. I'll try what you sent me. Click to expand... Unfortunately, PPT2000 gives no control over the paste format.