Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
Home
DiscussionsAccessExcelInfoPathOutlookPowerPointPublisherWord
DirectoryUser Groups
Related Topics
Outlook ExpressInternet ExplorerWindowsMS Server ProductsMore Topics ...

MS Office Forum / General PowerPoint Questions / December 2007

Tip: Looking for answers? Try searching our database.

How to know the history of played slides in VBA?

Thread view: 
Enable EMail Alerts  Start New Thread
Thread rating: 
An - 05 Dec 2007 02:23 GMT
Hellow!
 I wrote a Macro myself for PowerPoint,and, in the
program I want to know the history of played slides.
How to get it?

Thanks in advance!

-----------------
An
Shyam Pillai - 05 Dec 2007 02:43 GMT
There is not built support to track slides. Here is an example of counting
slide visits:
http://support.microsoft.com/kb/202088

Signature

Regards,
Shyam Pillai

Animation Carbon: Copy/Paste/Share animation libraries.
www.animationcarbon.com

> Hellow!
>  I wrote a Macro myself for PowerPoint,and, in the
[quoted text clipped - 5 lines]
> -----------------
> An
Steve Rindsberg - 05 Dec 2007 03:30 GMT
> Hellow!
>   I wrote a Macro myself for PowerPoint,and, in the
> program I want to know the history of played slides.
> How to get it?

You'd have to write more macros to give you this information.
PowerPoint doesn't maintain any history of played slides itself.

-----------------------------------------
Steve Rindsberg, PPT MVP
PPT FAQ:  www.pptfaq.com
PPTools:  www.pptools.com
================================================
An - 05 Dec 2007 09:22 GMT
Thanks!
  If Powpoint doesn't maintain any history of played slides,
then how the last slide viewed slide could be replayed during
the  presentation using right mouse button.
----------------------------
an
Steve Rindsberg - 05 Dec 2007 13:31 GMT
> Thanks!
>    If Powpoint doesn't maintain any history of played slides,
> then how the last slide viewed slide could be replayed during
> the  presentation using right mouse button.

That plays the previous slide in the presentation, not the last-viewed slide.
They're usually, but not always the same thing.

You can add an action button to play the last-viewed slide, but that's still
not a history.  Or rather it's a one-slide history.

-----------------------------------------
Steve Rindsberg, PPT MVP
PPT FAQ:  www.pptfaq.com
PPTools:  www.pptools.com
================================================
Kathy Jacobs - 05 Dec 2007 20:32 GMT
Steve,
Huh? Yes, there is a last slide played option on the right click menu.
However, it is just that - the last slide viewed, click it twice and you are
back where you started. It doesn't keep track of more than one slide back.

Signature

Kathy Jacobs,  Microsoft MVP  OneNote and PowerPoint
Author of Kathy Jacobs on PowerPoint
Get PowerPoint and OneNote information at www.onppt.com

I believe life is meant to be lived. But:
if we live without making a difference, it makes no difference that we lived

>> Thanks!
>>    If Powpoint doesn't maintain any history of played slides,
[quoted text clipped - 14 lines]
> PPTools:  www.pptools.com
> ================================================
An - 06 Dec 2007 09:03 GMT
Right! you can goto the slide before last one by right click menu.
So I think,the history was kept by the PowerPoint.
---------------------------
An
John Wilson - 06 Dec 2007 15:10 GMT
An experiment!
Create a five slide pres.
On slide 1 a link button to 3 and on 3 a link to 5

From 1 link to 3 and from there to 5

Now right click > last viewed - goes to 3 as you would expect
right click on 3 and last viewed - where do you end up?
Signature

Amazing PPT Hints, Tips and Tutorials

http://www.PPTAlchemy.co.uk
http://www.technologytrish.co.uk
email john AT technologytrish.co.uk

> Right! you can goto the slide before last one by right click menu.
> So I think,the history was kept by the PowerPoint.
> ---------------------------
> An
Steve Rindsberg - 06 Dec 2007 16:18 GMT
> Right! you can goto the slide before last one by right click menu.
> So I think,the history was kept by the PowerPoint.

If you think so, try it twice in a row.  

Go to, say, slide 10.
Then to 8.
Then to 12.
Then back to 10.
Rightclick, go to previous slide.  Back to 12.
Rightclick, go to previous slide.  Now you're back at 10.

If you really believe that PPT maintains a history, you can now keep yourself
entertained for hours and hours.  ;-)

-----------------------------------------
Steve Rindsberg, PPT MVP
PPT FAQ:  www.pptfaq.com
PPTools:  www.pptools.com
================================================
John Wilson - 06 Dec 2007 17:20 GMT
I know (well thought I knew) there was no "log"

Why in my experiment do I end up two steps back at slide 1 instead of 5
where I expected to be?
Signature

Amazing PPT Hints, Tips and Tutorials

http://www.PPTAlchemy.co.uk
http://www.technologytrish.co.uk
email john AT technologytrish.co.uk

> > Right! you can goto the slide before last one by right click menu.
> > So I think,the history was kept by the PowerPoint.
[quoted text clipped - 16 lines]
> PPTools:  www.pptools.com
> ================================================
Steve Rindsberg - 06 Dec 2007 21:04 GMT
> I know (well thought I knew) there was no "log"

<face color=rgb(255,0,0)>
Me.
</face>

Have a look in the mirror.

<face color=rgb(255,0,0)>
You too?
</face>

I'm scrambling to my feet so I can stand corrected.

They went and changed it when I wasn't looking, I swear it.
It DOES go back historically.

Now if you'll excuse me, I owe An an apology.

-----------------------------------------
Steve Rindsberg, PPT MVP
PPT FAQ:  www.pptfaq.com
PPTools:  www.pptools.com
================================================
Steve Rindsberg - 06 Dec 2007 21:04 GMT
> Right! you can goto the slide before last one by right click menu.
> So I think,the history was kept by the PowerPoint.

An, you're right, it does.  My mistake ... I assumed that it works the same as
a previously viewed action setting.  It doesn't.  It does walk back along a
history chain.

I'm not sure you can access the whole history, but it looks like the
LastSlideViewed property of the SlideShowWindow.View might give you a link back
to the previous slide.

-----------------------------------------
Steve Rindsberg, PPT MVP
PPT FAQ:  www.pptfaq.com
PPTools:  www.pptools.com
================================================
An - 07 Dec 2007 03:34 GMT
Thanks! Steve,
I have tried it.using LastSlideViewed property could only
goto sildes between current slide and the last viewed one.
---------------------------------------
An
Steve Rindsberg - 07 Dec 2007 05:05 GMT
> Thanks! Steve,
> I have tried it.using LastSlideViewed property could only
> goto sildes between current slide and the last viewed one.
> ---------------------------------------

Same here.  LastSlideViewed seems to work the same as the Last Slide Viewed
Action Setting, but not the RightClick version.  Very odd.

-----------------------------------------
Steve Rindsberg, PPT MVP
PPT FAQ:  www.pptfaq.com
PPTools:  www.pptools.com
================================================
Steve Rindsberg - 06 Dec 2007 15:01 GMT
> Steve,
> Huh? Yes, there is a last slide played option on the right click menu.

Ah nutz.  I have PPT set not to show the rightclick menu, so a rightclick just
backs up one.  But in any case:

> However, it is just that - the last slide viewed, click it twice and you are
> back where you started. It doesn't keep track of more than one slide back.

Right.  Just like the action setting.

> >> Thanks!
> >>    If Powpoint doesn't maintain any history of played slides,
[quoted text clipped - 14 lines]
> > PPTools:  www.pptools.com
> > ================================================

-----------------------------------------
Steve Rindsberg, PPT MVP
PPT FAQ:  www.pptfaq.com
PPTools:  www.pptools.com
================================================
An - 05 Dec 2007 09:26 GMT
Thanks!
  If Powpoint doesn't maintain any history of played slides,
then how the last viewed slide could be replayed using right
mouse button menu during the  presentation.
----------------------------
an
Bill Dilworth - 05 Dec 2007 03:59 GMT
If you just want a logger of the slides displayed and when ...
http://billdilworth.mvps.org/Add-ins.htm#Timber

Signature

Bill Dilworth
A proud member of the Microsoft PPT MVP Team
Users helping fellow users.
http://billdilworth.mvps.org
-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_-_
vestprog2@     Please read the PowerPoint FAQ pages.
yahoo.             They answer most of our questions.
com                 www.pptfaq.com
.

> Hellow!
>  I wrote a Macro myself for PowerPoint,and, in the
[quoted text clipped - 5 lines]
> -----------------
> An
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread
Enable EMail Alerts
Rate this Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.