vba - Graphic Quality in PowerPoint graphics export -


i have difficulties exporting graphics in powerpoint images.

when export graphic powerpoint manually (rightclick -> save picture) image has better quality when exported using vba:

call objpptshape.export(strexportname, ppsaveaspng) 

can explain why problem occurs?

i use workaround save print areas excel worksheet png files. there easier way export high quality pngs excel?

thanks in advance.

if add parameters after call, should better results:

objpptshape.export strexportname, ppsaveaspng, 1000, 1000, pprelativetoslide 

tweak numbers needed.
no need call ( ) - call methods name , no brackets


Comments

Popular posts from this blog

ios - Assigning a value out of array of arrays, using section in Xcode -

javascript - Website analyzer -

r - XTS-File doesnt work for quantstrat -