I'm very new to vba programming and powerpoint 2010. I'm currently trying to create some slides with combo-boxes. All the sub codes are working fine and I basically get what I want when I run the codes of each slide individually in debug mode.
However, I am not too sure how 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? Thank you very much!