How are you getting to slide 8? If you use VBA to get to slide 8
(ActivePresenation.SlideShowWindow.View.GotoSlide 8), then you can add a
call to your macro in the same procedure that jumps to slide 8.
--David
--
David M. Marcovitz, Ph.D.
Director of Graduate Programs in Educational Technology
Loyola College in Maryland
Author of _Powerful PowerPoint for Educators_
http://www.loyola.edu/education/PowerfulPowerPoint/
"Ryan Baskwell" <(E-Mail Removed)> wrote in news:1ab7801c41e3d
$1b37da20$(E-Mail Removed):
> I wrote a macros using the VB editor of PowerPoint, which
> opens a [Macromedia Director] EXE file on my computer. I
> wanted to run this macros, not from clicking on a button
> (using the mouse-click action setting). I would like it
> it automatically run once the slide containing the macros
> is viewed. For example, if the macros is on slide number
> eight, when that particular slide is viewed in
> ScreenShow, I wanted that EXE file to open (via the
> macros).
>
> Is this possible, and if so could anyone point me in the
> right direction?
>
> Thanks in advance!
> -Ryan Baskwell
>