help with powerpoint prototyping

  • Thread starter Thread starter kaden
  • Start date Start date
K

kaden

Hello,

I'm not a programmer but would love to use some visual basic form
elements in my powerpoint prototypes of form interactions. For
instance, if a user selects item 2 from a combo box, I would like for
a different slide to show.

Can anyone help?

Thanks so much,
Kaden
 
kaden said:
Hello,

I'm not a programmer but would love to use some visual basic form
elements in my powerpoint prototypes of form interactions. For
instance, if a user selects item 2 from a combo box, I would like for
a different slide to show.

Can anyone help?

Thanks so much,
Kaden

Google "Use of triggers in PowerPoint". VB should not be needed for what you
describe.
 
Mike Painter said:
Google "Use of triggers in PowerPoint". VB should not be needed for what
you describe.

To show a different slide, you'd need to use hyperlinks (or action
settings). To show an object on the same slide when you click an object,
that is a trigger.
 
Back
Top