I am using
Application.ActivePresentation.SaveAs "File name", ppSaveAsShow
To save a copy of an existing .ppt file as a.pps (Show file)
This works fine, except that it quite naturally saves the VBA code as well.
Is there a simple switch that would let be save the .pps file without any of the code from the originating .ppt file?
Application.ActivePresentation.SaveAs "File name", ppSaveAsShow
To save a copy of an existing .ppt file as a.pps (Show file)
This works fine, except that it quite naturally saves the VBA code as well.
Is there a simple switch that would let be save the .pps file without any of the code from the originating .ppt file?