Powerpoint 2016 - Inserting automatic titles/headers based on section name

I have my slides organised into sections, and would like each slide to automatically have its title (header) be of the form "SectionName >> Subtitle". SectionName should be the name of the section that contains the current slide, and Subtitle is text I would input manualy for each slide (ideally in text rather than slide view; for that I guess I'd have to use outlineView, and thus that my titles have to function as the slides' Title rather than as a simple text heading).

Also, is there any way to make sections organised hierarchically, much like Heading1, Heading2 etc styles in Word, and collapse a certain section with all of its subsections? If so, it would be excellent to have the titles actually named as "Section1Name>>Section2Name>>..>>ManualSubtitle".

1

1 Answer

Basically, converting Steve Rindsberg's comment into an answer:

PowerPoint has no function like this built-in.

However, like most Office products, PowerPoint does have the very powerful VBA macro engine, which would certainly be capable of doing this.

Your macro would have to capture the Section name based on whatever parameters you choose to use to mark that, and then it could place that information anywhere you please within subsequent slides.

Because slides are more about visual layout than programmatic auto-creation, this is something you'd have to build yourself.

But, also like Steve Rindsberg noted: Get something started and as you come upon questions, our programming sister site StackOverflow would be a great place to ask them.

1

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like