Mark has attended:
Excel VBA Intro Intermediate course
Excel Advanced - For Power Users course
Excel PowerPivot course
Excel Dashboards for Business Intelligence course
Paste As Enhanced Metafile
Currently have the following line of code, I'm trying to paste a chart from Excel into Powerpoint as an Enhanced Metafile but I can't seem to get the correct format in the VBA;
ActiveSlide.Shapes.PasteSpecial(DataType:=ppPasteMetafilePicture).Select
Thanks,
Mark