vba - shape.export in 2007?

R

roytang

Hi,

I'm having problems with shape.export in 2007; it seems to sometimes
add a transparent padding (i.e. there is additional empty space
bordering the image) to the exported images, the padding being of
various sizes. This problem doesn't happen in ppt 2003. I'm writing a
VBA script that will export the images from a set of PowerPoint files
for processing, but the additional transparent padding makes my
processing go wonky.

Is there any way I can avoid the extra empty areas added by
shape.export? Or failing that, is there any way I can know at what x,
y coordinates in the exported shape the *actual* image starts?

Thanks,

Roy
 
S

Shyam Pillai

Hi Roy,
Sorry there is no way around the padding of the transparency. Run a few
trial and error test on the variations. That is possibly the best bet in
this case.

Regards,
Shyam Pillai

Image Importer Wizard
http://skp.mvps.org/iiw.htm
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top