A
adam
I have written two identical procedures:
proc main
show_1.pps
endproc
proc main
show_2.pps
endproc
Each runs a continuous PowerPoint Show of a few slides,
and I have scheduled each show to run for 10 minutes every
day. When the second show starts, the first freezes on
the screen. How do I program an "Esc" command at the
beginning of the second show to terminate the first show ?
proc main
show_1.pps
endproc
proc main
show_2.pps
endproc
Each runs a continuous PowerPoint Show of a few slides,
and I have scheduled each show to run for 10 minutes every
day. When the second show starts, the first freezes on
the screen. How do I program an "Esc" command at the
beginning of the second show to terminate the first show ?