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
Post a Comment