Guest User

Untitled

a guest
Mar 21st, 2018
89
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. cht.Select
  2. ActiveChart.ChartArea.Copy
  3. PptApp.Visible = msoTrue
  4. Set PPShape = activeSlide.Shapes.PasteSpecial(DataType:=ppPasteMetafilePicture)
  5.  
  6. With PPShape
  7. .Height = 440
  8. .Width = 790
  9. End With
Add Comment
Please, Sign In to add comment