Interactive PowerPoint presentations

G

Guest

I am trying to create an interactive powerpoint presentation about
spreadsheets for my students.
Can somebody please tell me how you enable students to click on the slide
and type text while the presentation is running ( to simulate entering text
in a cell of excel)
 
G

Guest

If you just want the user to be able to type, and you are not using Macs,
then you can get a text box from the control toolbox. If you want to be able
to do something with what they typed, then you'll need to use VBA. I have
many VBA examples of interactive presentations on my site, but I do not use
the Control Toolbox in any of them. Instead, I get user input with an
InputBox command which pops up a dialogue box in which the student can type.
See

http://www.loyola.edu/education/PowerfulPowerPoint/

--David

David Marcovitz
Author of _Powerful PowerPoint for Educators_
http://www.loyola.edu/education/PowerfulPowerPoint/
 

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