A
ale.ber
Hi!
I've a problem..
I make a small program in VisualBasic that converts every slides in my
presentation in a graphic format (like jpg, wmf, ..)
For each slide i want to exports an image after and before every
animations.
I can catch the event 'start animation', but with the command
Wn.View.Slide.Export "C:\path\slide" & Wn.View.Slide.SlideIndex & "_" &
cont & ".wmf", "WMF", 1024, 768
(where Wn is a PowerPoint.slideShowWindow)
i have the slide image at the end of the animation.
Is there a solution for my problem?
Thanks
Ale.Ber
I've a problem..
I make a small program in VisualBasic that converts every slides in my
presentation in a graphic format (like jpg, wmf, ..)
For each slide i want to exports an image after and before every
animations.
I can catch the event 'start animation', but with the command
Wn.View.Slide.Export "C:\path\slide" & Wn.View.Slide.SlideIndex & "_" &
cont & ".wmf", "WMF", 1024, 768
(where Wn is a PowerPoint.slideShowWindow)
i have the slide image at the end of the animation.
Is there a solution for my problem?
Thanks
Ale.Ber