A
andy
Could someone please help!
I would like to know how to VBA code PP (2000) so that
when in presentation mode if a certain keystroke is
pressed, that the presentation would go to a tagged slide.
Below is an example of what I would like to happen, if
possible please show me the code, and what event to place
it under would look like. Thank you in advance.
Slide 1 blank
Slide 2 (tagged with a text box, text = "v1")
Slide 3 text content
Slide 4 text content
Slide 5 (tagged with a text box, text = "c1")
Slide 6 text content
Slide 7 (tagged with a text box, text = "v2")
In presentation mode, no matter what slide is currently
being displayed, if for example the presenter presses the
keyboard keys "v1" and enter, the presentation would goto
slide 2. If "c1" and enter, the presentation would goto
slide 5. The catch is, that the v1, c1, v2, or
other "tags" could be in different places in similar
presentations however, the same linked behaviour is
desired. If someother "tag" is necessary to make this work
such as an embedded object that the code would search for,
that would be OK too.
I would like to know how to VBA code PP (2000) so that
when in presentation mode if a certain keystroke is
pressed, that the presentation would go to a tagged slide.
Below is an example of what I would like to happen, if
possible please show me the code, and what event to place
it under would look like. Thank you in advance.
Slide 1 blank
Slide 2 (tagged with a text box, text = "v1")
Slide 3 text content
Slide 4 text content
Slide 5 (tagged with a text box, text = "c1")
Slide 6 text content
Slide 7 (tagged with a text box, text = "v2")
In presentation mode, no matter what slide is currently
being displayed, if for example the presenter presses the
keyboard keys "v1" and enter, the presentation would goto
slide 2. If "c1" and enter, the presentation would goto
slide 5. The catch is, that the v1, c1, v2, or
other "tags" could be in different places in similar
presentations however, the same linked behaviour is
desired. If someother "tag" is necessary to make this work
such as an embedded object that the code would search for,
that would be OK too.