I have a number of "template" slides, each of which has a VBA module instructing it how to update it's shapes, charts, etc. base on an Excel spreadsheet it can open and read. I want to combine these template slides into a single deck. I used the "NewSlide:reuse" command to insert the first slide behind the second. That worked great. Both slides were in the deck with their VBA modules intact. I then tried to do the same thing with another slide, expected its VBA code to come along with it. The slide was appended to the other two. However, the third slide's VBA module replaced the VBA module of the second slide. The second slide's module disappeared. Even worse, when I save the file with the three slides and then reopened it, only the VBA code from the first slide re-appears (although the other two slides--without their VBA code--were still part of the file. Is there any way to append a series of slides to one another so their VBA code comes along with them? Thanks.