Relative Content

Tag Archive for vbapowerpoint

I can’t use VBA in PowerPoint

I can’t use VBA in PowerPoint and I’ve tried looking for different ways to fix this and I can’t. VBA is unavailable for me to use.As you can see in the image, I cannot use any function of the program.

Powerpoint VBA Charts

I’m trying to get my code to change the chart style for all charts. I have managed this for tables but if I alter the code for charts it doesn’t work. Am I missing something? This is the code for tables that works and it seems to fall over as the Apply Style must use a different style for charts.

Powerpoint VBA Slide Rearranged Event

I’m trying to write a VBA macro for PowerPoint that updates a textbox based on the current section a slide is in. It was fairly straight forward to implement code that runs on the PresentationNewSlide event, however, I also want the code to run if the slide order is changed. The closest event I can find is SlideSelectionChanged, but that doesn’t seem like the right fit.