Good. I'm glad you figured it out. What are you trying to do with VBA.
I'm not familiar with the book you listed, but it is unlikely to be much
help with PowerPoint. Most of the general VBA books have very little
information on using VBA with PowerPoint. When I was trying to learn VBA
with PowerPoint, I found a few books that gave a little information about
automating slide creation with VBA, but I found nothing about using VBA
to interact in Slide Show view. I ended up writing my own book (seehttp://
www.PowerfulPowerPoint.com/), but it is very limited so it really
depends on what you want to do as to whether it will meet your needs.
--David
--
David M. Marcovitz
Microsoft PowerPoint MVP
Director of Graduate Programs in Educational Technology
Loyola College in Maryland
Author of _Powerful PowerPoint for Educators_
http://www.PowerfulPowerPoint.com/
I do technical training. Some of the courses that I present have
shared content. I would like to create stand alone PPT presentations
for the shared portions and then define (I think I need to use VBA for
this) ways to combine them to create the content for each particular
class. This needs to be a presentation that I can show visually and
print to give to the students.
The PPT "Custom Shows" feature is too cumbersome for all the
combinations I'd require. It would also require a massive superset of
slides.
Right now I am keeping track of the parts of each class manually and
then putting them together using the "Insert Slides From File"
feature.
I hope that by using a VBA macro I'll be able to automate this along
the lines of:
Run macro for class "xyz". This causes the following to happen: Append
presentation file 1, presentation file 2, presentation file 3 and
presentation file 4, naming the result "class xyz.ppt".
Alternatively, run macro for class "abc". This causes the following to
happen: 'put together' file class abc.ppt by adding presentation file
1 at a specified 'place' within presentation file 2, add presentation
file 3 at another specified 'place' within presentation file 2, append
presentation file 4 to the end of the combined results.
Being able to also print x copies of the notes for the result would be
icing on the cake.