set up a macro to run during a presentation

E

Ed the editor

I need to attach a macro to a button in Powerpoint 2003 so that when users
click on it during a presentation, it will run the macro. In this case, I'm
creating a tutorial with multiple choice questions. I want each button
associated with each option to retrieve (type) feedback text in a feedback
area on the same slide. I can run the macro in production mode, but not in
presentation mode (i.e. when I press F5). How do I get a macro to run in
presentation mode?
Thanks
 
D

David M. Marcovitz

You can right click on a button and choose Action Settings. From the dialogue
box that pops up, choose Run Macro and pick the macro you want to run from
the drop down list.

You might want to look at my site, which has lots of examples of this:

http://www.PowerfulPowerPoint.com/

Just click on Examples by Chapter and look at the examples starting in
Chapter 7.

David Marcovitz
Microsoft PowerPoint MVP
Author of _Powerful PowerPoint for Educators_
http://www.PowerfulPowerPoint.com/
 
J

John Wilson

As the others have said you may not need a macro. I would always avoid vba if
possible.

However the chances are that you have written code which ONLY works in edit
view, the most usual reason is using '.selection' in the code. You cannot
select in show mode and the code will always fail. Post the code and we'll
see if it can be fixed or if you wish (and it's short) email it to me and
I'll have a look and then report back here.
--
Amazing PPT Hints, Tips and Tutorials

http://www.PPTAlchemy.co.uk
http://www.technologytrish.co.uk
email john AT technologytrish.co.uk
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top