Consulting

Results 1 to 4 of 4

Thread: non trigger event

  1. #1

    non trigger event

    I've looked through the forum and checked online, and I can't seem to find the answer...

    Lets say the user clicks on slide #3 and it advances to slide #4. How do I get slide #4 to either
    A) advance to a specific slide (that is not #5)
    or
    B) Run a specific script

    WITHOUT any mouse click/mouse over or other trigger (other than the user clicking from slide #3 to #4.)

    Is there a way that once slide #4 begins, that either of those can happen?

    Thanks

    Rob

  2. #2
    Yes, check this thread out which is only a day old:

    http://vbaexpress.com/forum/showthread.php?t=18085

    Whichever event you choose, you just need to check the slide number. If it is slide #4 then do your stuff. If not, just don't do anything.

    ___________________________________
    g-
    gwkenny@Fin-ITSolutions.com
    ___________________________________

  3. #3
    I saw that thread after I posted my question. I'm new enough to the coding, that it didn't make a lot of sense after I read it. Can you clarify it at all?


    Thanks

  4. #4
    VBAX Master
    Joined
    Feb 2007
    Posts
    2,094
    Location
    If you are new to code then to be honest you are jumping in the deep end!

    Have a look at some of the more simple things here http://www.pptalchemy.co.uk/powerpoi...rials.html#vba for a day or so and then get back with exactly what you need to happen.
    John Wilson
    Microsoft PowerPoint MVP
    Amazing Free PowerPoint Tutorials
    http://www.pptalchemy.co.uk/powerpoi...tutorials.html

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •