How To Do SaveAs in PowerPoint ??

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi
I am doing My Simualtion in Powerpoint.wht i want is that, i want to do
SaveAs the saved presentation, & i want to save that presentation at the
specified location .But dont have any idea abt how to do that.

Right now i am doing my coding in Visaul Basic,Any one has any idea abt how
to that programmatically using VB.

Thanks
Amrish
 
I'm not sure exactly how this translates into VB, but in VBA, you simply
need something like:

ActivePresentation.SaveAs "DifferentName.ppt"

--David

--
David M. Marcovitz
Microsoft PowerPoint MVP
Director of Graduate Programs in Educational Technology
Loyola College in Maryland
Author of _Powerful PowerPoint for Educators_
http://www.loyola.edu/education/PowerfulPowerPoint/
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top