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

python - Operations inside variables -

Generic Map Parameter java -

arrays - What causes a java.lang.ArrayIndexOutOfBoundsException and how do I prevent it? -