Maybe include something like this:
Set opres = ActivePresentation
opres.SaveAs opres.Path & "\r-" & opres.Name
--
john ATSIGN PPTAlchemy.co.uk
Custom vba coding and PPT Makeovers
Free PPT Hints, Tips and Tutorials
http://www.pptalchemy.co.uk/powerpoi...tutorials.html
"EllaMentary" wrote:
> I'm working on creating a redacted (expunged) version of powerpoint
> presentations for distribution outside our organization. I have a
> macro to strip out notes and changing embedded charts to pics (so no-
> one can see the data behind).
>
> However, I need to add a prompts the user into File>Save As and
> changes a filename and/or extension. For example.
>
> test.ppt to r-test.ppt
> or
> test.pps to test.pps
>
> This is to ensure the user doesn't accidently overwrite the original
> file.
>
> Any advice is greatly appreciated. I can post the finalized code if
> anyone is interested.
>