I already asked in the charting group why you'd want to use bitmaps.
- Jon
-------
Jon Peltier, Microsoft Excel MVP
Peltier Technical Services
Tutorials and Custom Solutions
http://PeltierTech.com/
_______
Sandy wrote:
I am trying to copy an Excel graph to PowerPoint as a Bitmap.
PowerPoint does not seem to support paste as bitmap via a macro. Excel does
not seem to support copying a graph as a bitmap (it does support coping
worksheet data as a bitmap using the syntax "Selection.CopyPicture xlScreen,
xlBitmap").
How can I copy a graph worksheet from Excel to PowerPoint via VB code?
Thank you.
Sandy