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

ubuntu - PHP script to find files of certain extensions in a directory, returns populated array when run in browser, but empty array when run from terminal -

php - How can i create a user dashboard -

javascript - How to detect toggling of the fullscreen-toolbar in jQuery Mobile? -