1

I am creating slides with combo-boxes. I get what I want when I run the codes of each slide individually in debug mode.

I want to write a macro which will run all the subs on all the slides when I run the presentation? Should I use the Call function?

Martijn Pieters
  • 1,048,767
  • 296
  • 4,058
  • 3,343
  • 2
    A general suggestion: Put the code in a module, not in the controls themselves. Another button on the slide can invoke the code, which can do whatever you need it to. – Steve Rindsberg Oct 13 '12 at 04:10

0 Answers0