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 -

performance - Why is XCHG reg, reg a 3 micro-op instruction on modern Intel architectures? -

jquery - Responsive Navbar with Sub Navbar -