sous2817
Well-known Member
- Joined
- Feb 22, 2008
- Messages
- 2,276
Hello everyone,
I'm trying to unhide an image after a set animation takes place in a slide. I think I have some reliable code to count when a click happens:
The problem is, the SlideShowNextClick event isn't firing at all. Is there some fancy way to fire off code in PowerPoint? I know I can attach code to a shape, but that's not what I'm looking for...any help with how to fire code when the slide is clicked would be great.
I'm trying to unhide an image after a set animation takes place in a slide. I think I have some reliable code to count when a click happens:
Code:
Sub SlideShowNextClick(ByVal Wn As SlideShowWindow, ByVal nEffect As Effect)
MsgBox SlideShowWindows(1).View.GetClickIndex
End Sub
The problem is, the SlideShowNextClick event isn't firing at all. Is there some fancy way to fire off code in PowerPoint? I know I can attach code to a shape, but that's not what I'm looking for...any help with how to fire code when the slide is clicked would be great.