Run a macro when mouse clicked on screen

S

Stefan

Is there a way to make a powerpoint presentation run a macro everytime the
user clicks on the screen (to go to the next slide)?
Thanks
 
S

Shyam Pillai

If you create an event handler. It will fire each time user moves to a new
slide. Is that what you need? Or do you wish to simply intercept the
mouse-click to prevent the user from moving to the next slide?
 
Top