Slide Show KeyPress

  • Thread starter Thread starter kar3n.chandra
  • Start date Start date
K

kar3n.chandra

i'm writing a VB program that opens and edit powerpoint.
i'd like to be able to press a key (maybe ctrl-r) during a slide show
and it'll run a macro

been searching high and low for a way to do this and beginning to be
convinced that it's not possible.

any ideas?
 
i'm writing a VB program that opens and edit powerpoint.
i'd like to be able to press a key (maybe ctrl-r) during a slide show
and it'll run a macro

If it all needs to be done w/in PowerPoint, John's suggestion is the one to
follow.

But depending on what's got focus, your VB app could trap keystrokes and run
code internal to it or invoke macros in any open PPT file or add-in.
 

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

Back
Top