Powerpoint gif/ png etc. Export Image Quality

  • Thread starter Thread starter Jimbo
  • Start date Start date
J

Jimbo

Is there a way to change / improve the resolution of export images in
Powerpoint 2000 and XP?

Using the following macro, I create images for web pages. I still use
Powerpoint 97 for this because the quality of the image went way down in
2000 and XP.

Sub SaveGraphicGIF()
With Application.ActivePresentation.Slides(lSlideNo)
.Export sSlidePath, sFilter2, scalewidth, scaleheight
End With
End Sub
 
Back
Top