W
wfb
I have a PowerPoint Slide used in a training course. The slide ha
information boxes about an application feature that appear vi
animations when users click on powerpoint objects such as a rectangl
that is on the screen. I also have a macro that runs simultaneousl
when users click on the rectangle(called via the rectangle's actio
settings) that writes some information to the registry. Th
information in the registry is just basically a flag that indicate
whether or not the user has clicked on the rectangle. This tells m
that they've looked at every feature I want them to try.
My question is this: Is there a way to pass some parameters to thi
macro so I don't have to have a subroutine(macro) for every object o
the slide that I would like the user to click? If I were able to pas
a parameter, obviously I could then have a generic routine that woul
simply read the parameters being passed and subsequently write th
proper info the registry.
Thanks for any help you can offer in advance
information boxes about an application feature that appear vi
animations when users click on powerpoint objects such as a rectangl
that is on the screen. I also have a macro that runs simultaneousl
when users click on the rectangle(called via the rectangle's actio
settings) that writes some information to the registry. Th
information in the registry is just basically a flag that indicate
whether or not the user has clicked on the rectangle. This tells m
that they've looked at every feature I want them to try.
My question is this: Is there a way to pass some parameters to thi
macro so I don't have to have a subroutine(macro) for every object o
the slide that I would like the user to click? If I were able to pas
a parameter, obviously I could then have a generic routine that woul
simply read the parameters being passed and subsequently write th
proper info the registry.
Thanks for any help you can offer in advance