Programatically hide slides during presentation

H

hbj

I have a self-running presentation. Some of the slides depend on the time. I have created an Excel file with the time table. The presentation initially reads the valid times for each slide. A slide can be valid till "09.09.2013 17:00". Thereafter it should be hidden. I have done it with VBA function"OnSlideShowPageChange": If the time-table-time is less than now() then move to slide + 1. (.GotoSlide i + 1).
There is however a problem: When the slide should be skipped, it actually shows up, but immediately changes to next slide. Is there a function or property acting in advance - not when the event already has been triggered?

Håkan
 

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

Top