powerpoint - Export .png transparent in PPT using VBA -


code below not account group. please fix this?

sub export_png()     dim lheight long     dim lwidth long         lwidth = 100         lheight = 200  activepresentation.slides(1).shapes(1).export "c:\new folder\test.png", ppshapeformat scalewidth:=lwidth, scaleheight:=lheight end sub 


Comments

Popular posts from this blog

sql - Time in datatime field -

javascript - How to split the success output from an Ajax post? -

java - sharing object across different classes -