How do I refer to the length of a timed presentation

T

TTMinh

Hi

I have designed a presentation, using timings to advance the slides
automatically. Now I forgot the length of it. How can I refer to it? Thanks
 
J

John Wilson

It's not so simple!

You would need to use vba. There are samples around which add up the
transition times but this is not necessarily the running time. You would need
to add up the animation times and compare with the transition time for each
slide and use the longer of the too.
 
T

TTMinh

Thanks John



John Wilson said:
It's not so simple!

You would need to use vba. There are samples around which add up the
transition times but this is not necessarily the running time. You would need
to add up the animation times and compare with the transition time for each
slide and use the longer of the too.
--
Amazing PPT Hints, Tips and Tutorials-
http://www.PPTAlchemy.co.uk
http://www.technologytrish.co.uk
email john AT technologytrish.co.uk
 
Top