I have created a PowerPoint Presentation in XP that has various codes
which generates pages (i.e. summary page for a quiz.) This
Presentation is posted online in .pps and when they finish the quiz,
the leaner prints the summary page. The problem occurs when they go
to close the PP. At this point, since a page was generated, it asks
them if they want to save the changes. This is causing confusion
because many of the learners use english as a second language and they
are not well adversed in computer functions. They become confused
thinking they should save.
I have the file as read-only but it will still ask them if they want
to save under a different name. The question I have is; is there any
way to turn this function off (not prompting them to save when they
close out PP?)
Thank you
Steve Rindsberg - 26 Jul 2007 21:43 GMT
> I have created a PowerPoint Presentation in XP that has various codes
> which generates pages (i.e. summary page for a quiz.) This
[quoted text clipped - 5 lines]
> are not well adversed in computer functions. They become confused
> thinking they should save.
You mention "codes". VBA in the PPS file, I assume. Is that correct?
If so, after your VBA has made changes, add this line:
ActivePresentation.Saved = True
That should do it, I think
> I have the file as read-only but it will still ask them if they want
> to save under a different name. The question I have is; is there any
> way to turn this function off (not prompting them to save when they
> close out PP?)
>
> Thank you
-----------------------------------------
Steve Rindsberg, PPT MVP
PPT FAQ: www.pptfaq.com
PPTools: www.pptools.com
================================================
BryanM - 26 Jul 2007 22:08 GMT
> In article <1185477947.308070.17...@b79g2000hse.googlegroups.com>, BryanM
> wrote:
[quoted text clipped - 28 lines]
> PPTools: www.pptools.com
> ================================================
Yes it is a VBA code. I have the:
ActivePresentation.Saved = True
line in the code that creates the summary page already, and it still
asks to save.
Steve Rindsberg - 27 Jul 2007 05:49 GMT
> > In article <1185477947.308070.17...@b79g2000hse.googlegroups.com>, BryanM
> > wrote:
[quoted text clipped - 35 lines]
> line in the code that creates the summary page already, and it still
> asks to save.
It would need to be in the code after anything that changes the presentation.
-----------------------------------------
Steve Rindsberg, PPT MVP
PPT FAQ: www.pptfaq.com
PPTools: www.pptools.com
================================================
Shyam Pillai - 28 Jul 2007 14:56 GMT
Bryan,
Have you tried simply closing the presentation in code? PowerPoint does not
prompt to save if Close is called from code.

Signature
Regards,
Shyam Pillai
Image Importer Wizard
http://skp.mvps.org/iiw.htm
>> In article <1185477947.308070.17...@b79g2000hse.googlegroups.com>, BryanM
>> wrote:
[quoted text clipped - 35 lines]
> line in the code that creates the summary page already, and it still
> asks to save.
william - 27 Jul 2007 07:35 GMT
My solution is: don't save as .pps for publish.
If you transform your PowerPoint to Flash and publish online, your
learners will read your presentations only. It's a popular way in e-
learning.
Learn more about this way:
http://www.sameshow.com/forum/viewtopic.php?p=2787#2787
:)
> I have created a PowerPoint Presentation in XP that has various codes
> which generates pages (i.e. summary page for a quiz.) This
[quoted text clipped - 12 lines]
>
> Thank you
Steve Rindsberg - 27 Jul 2007 15:38 GMT
> My solution is: don't save as .pps for publish.
It would be so nice if it were a solution.
If you had bothered to read the original post, it would be obvious that it's
not.
> If you transform your PowerPoint to Flash and publish online, your
> learners will read your presentations only. It's a popular way in e-
[quoted text clipped - 21 lines]
> >
> > Thank you
-----------------------------------------
Steve Rindsberg, PPT MVP
PPT FAQ: www.pptfaq.com
PPTools: www.pptools.com
================================================
Alex Cahell - 27 Jul 2007 11:12 GMT
Try to convert your powerpoint presentaton to other format.
http://www.geovid.com/Presentation_to_Video_Converter/
that can be a solution

Signature
Regrads,
Alex Cahell
> I have created a PowerPoint Presentation in XP that has various codes
> which generates pages (i.e. summary page for a quiz.) This
[quoted text clipped - 12 lines]
>
> Thank you
Glen Millar - 27 Jul 2007 12:37 GMT
Hi Alex,
I'm curious. How could this be a solution to the problem as posted?

Signature
Regards,
Glen Millar
Microsoft PPT MVP
Tutorials and PowerPoint animations at
the original www.pptworkbench.com
glen at pptworkbench dot com
------------------------------------------
Please tell us your:
PowerPoint version
Windows version
Are you using VBA?
Anything else relevant?
> Try to convert your powerpoint presentaton to other format.
> http://www.geovid.com/Presentation_to_Video_Converter/
[quoted text clipped - 17 lines]
>>
>> Thank you
Steve Rindsberg - 27 Jul 2007 15:38 GMT
> Try to convert your powerpoint presentaton to other format.
> http://www.geovid.com/Presentation_to_Video_Converter/
>
> that can be a solution
The way newsgroups work is:
You read the post.
You post any appropriate solution.
Now try it again, please, and if you can work out exactly how a video is going
to support Bryan's macro code, feel free to explain it.
This explains it better:
http://www.mailmsg.com/sounds/spam-song.wav
-----------------------------------------
Steve Rindsberg, PPT MVP
PPT FAQ: www.pptfaq.com
PPTools: www.pptools.com
================================================