View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Hari Prasadh[_2_] Hari Prasadh[_2_] is offline
external usenet poster
 
Posts: 83
Default Copying an Excel Graph to PowerPoint

Hi Sandy,

Not sure what you want, but did u check ut this site
http://peltiertech.com/Excel/XL_PPT.html

Thanks a lot,
Hari
India

"Sandy" wrote in message
...
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