M
mcambrose
I have a large presentation that I want to break up into lots of small
presentations. I have code which determines where to divide the presentation.
I tried the suggestion to make a copy of the presentation using (savecopyas)
and then deleting all but the slides wanted. This works well except the
presentation is 268 slides and when saved to PPTx it takes about 3 minutes.
It only takes about 5 seconds to load the file. I wondered if I just wanted
to open the file, then delete all the unneeded slides and do a saveas. The
only problem I have is that when I reopen the original file, it will want to
start parsing at the beginning unless I have a counter variable that keeps
us with how many new files have been created. Could I do this with public
variable? any other good suggestions are appreciated. Thanks.
presentations. I have code which determines where to divide the presentation.
I tried the suggestion to make a copy of the presentation using (savecopyas)
and then deleting all but the slides wanted. This works well except the
presentation is 268 slides and when saved to PPTx it takes about 3 minutes.
It only takes about 5 seconds to load the file. I wondered if I just wanted
to open the file, then delete all the unneeded slides and do a saveas. The
only problem I have is that when I reopen the original file, it will want to
start parsing at the beginning unless I have a counter variable that keeps
us with how many new files have been created. Could I do this with public
variable? any other good suggestions are appreciated. Thanks.