R
RandyDtg1
I use
temp = "Filename""pType="jpg"
Application.ActivePresentation.Slides(I).Export temp, pType
which has worked great for years, but in PPT 2007, the fonts are changed,
office images moved.
Is this a filter problem, or what can I do to fix it. If I copy the
contents, and replace the office objects by pasting as a bitmap, then the
export quality is good, but this is not practicle. (Please no suggestions to
buy ppttools)
Please help, Thanks.
temp = "Filename""pType="jpg"
Application.ActivePresentation.Slides(I).Export temp, pType
which has worked great for years, but in PPT 2007, the fonts are changed,
office images moved.
Is this a filter problem, or what can I do to fix it. If I copy the
contents, and replace the office objects by pasting as a bitmap, then the
export quality is good, but this is not practicle. (Please no suggestions to
buy ppttools)
Please help, Thanks.