Export pictures from excel file into jpg using VBA Ask -
for case, code working slides not particular shape.
this 1 working -
with newpowerpoint.activepresentation.slides(1)                 .export "c:\users\esuptiw\documents\new role data\pgm\macros trial\dashboard\dashboard files\overall_performance.jpg", "jpg" however - giving error argument not optional
with newpowerpoint.activepresentation.slides(1).shapes(3)                 .export "userprofile\documents\new role data\pgm\macros trial\dashboard\dashboard files\overall_performance.jpg", "jpg" the problem first code saving entire slide white space picture, not intend. want picture exported.
 
 
Comments
Post a Comment