Hello,
I have searched in vain through tons of PowerPoint questions but cannot
find a solution to this simple? question:
I have a .ppt file which includes a macro to auto-generate a
presentation by looping through a root-directory and making slides of
all "avi" and jpg" files included in the sub folders.
Once I run this macro I have a presentation that I need to distribute.
I want to save a copy of the auto-generated presentation without
including the macro code so I can distribute it to a number of other
people.
When I do a "save-as" or save it as a ".pot" file it still includes all
of the macro code.
Is there any way to not include the code with the saved copy????
TIA,
Vann
Michael Koerner - 29 Jun 2006 17:03 GMT
Once your presentation is generated, use the save as give it a different
name, then click on Tools, Macro, Macros, and delete any macros that are in
the presentation. then save it again.

Signature
<>Please post all follow-up questions/replies to the newsgroup<>
<><>Email unless specifically requested will not be opened<><>
<><><>Do Provide The Version Of PowerPoint You Are Using<><><>
<><><>Do Not Post Attachments In This Newsgroup<><><>
Michael Koerner [MS PPT MVP]
| Hello,
|
[quoted text clipped - 19 lines]
|
| Vann
David M. Marcovitz - 29 Jun 2006 17:03 GMT
Go to the VBA Editor and delete the module(s) that contain(s) the code.
Close the editor, choose Save As, and save under a different name. You
should now have a version of the presentation with no macros.
--David

Signature
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.PowerfulPowerPoint.com/
"Vann" <ccharron@vannatter.net> wrote in news:1151596624.612151.20340
@i40g2000cwc.googlegroups.com:
> Hello,
>
[quoted text clipped - 19 lines]
>
> Vann
Vann - 29 Jun 2006 18:33 GMT
Thanks,
I was hoping there was an option that I could just toggle. : )
Great group! - Thanks again for the quick replies.
> Go to the VBA Editor and delete the module(s) that contain(s) the code.
> Close the editor, choose Save As, and save under a different name. You
[quoted text clipped - 35 lines]
> >
> > Vann
Steve Rindsberg - 30 Jun 2006 03:57 GMT
A couple of other folks have explained how to get rid of the macros in your
presentation. Another approach would be to modify the macro so that it creates
a new presentation and imports the images into it.
A little more work up front, a little less work each time you need to generate
a presentation.
Post your code and someone can show you how to change it, most likely.
> Hello,
>
[quoted text clipped - 19 lines]
>
> Vann
-----------------------------------------
Steve Rindsberg, PPT MVP
PPT FAQ: www.pptfaq.com
PPTools: www.pptools.com
================================================