R
roytang
Hi,
Is it possible to export the slide background in office 2007 using
VBA?
I can do it in office 2003 by doing something like this:
slide.Background(1).Export "c:\test.png", ppShapeFormatPNG, 0, 0,
ppScaleToFit
But the same statement throws an exception in ppt 2007 saying that
export function doesn't apply to background shapes. Any way around
this?
Thanks!
Roy
Is it possible to export the slide background in office 2007 using
VBA?
I can do it in office 2003 by doing something like this:
slide.Background(1).Export "c:\test.png", ppShapeFormatPNG, 0, 0,
ppScaleToFit
But the same statement throws an exception in ppt 2007 saying that
export function doesn't apply to background shapes. Any way around
this?
Thanks!
Roy