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

Popular posts from this blog

Is there a better way to structure post methods in Class Based Views -

What is happening when Matlab is starting a "parallel pool"? -

php - Cannot override Laravel Spark authentication with own implementation -