Trying To Change SeriesCollection.Values Using Powerpoint 354 VBA
I’m trying to change the value of a single bar chart via VBA, unsuccessfully.
I can read the value but, cannot change it.
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.
How to use LeftIndent in VBA?
Here is my code I’m using but didn’t work
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.
Is there a way to give an imported image a specific name – context is importing images into Microsoft VBA/Powerpoint
I’m trying to write a vba macro for powerpoint that imports images from a folder onto a slide. That part is easy. I’ve found that if I re-run the macro it adds the pictures each time (i.e. if I run the macro 4 times there will be 4 of the same picture). This is a macro that I need to be able to run a few times.
Toggle Axis on/off PowerPoint VBA
How do i combine these two to make the macro a toggle instead of needing two different macros to turn the axis on and off?
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.
sequense (unknown member) : invalid request
in PowerPoint vba we have a code that have this error:
Is it possible to get shape position during animation or after animation?
I want to check collisions after or while animation. Is there any way to do it or what is the eaziest way to replicate it?
How to read the name of the music file currently playing in the active PowerPoint presentation using VBA from another application, e.g. Access?
I have an active PowerPoint presentation in show mode. The presentation, of course, consists of many slides. These slides have various animations and several music files per slide. Animations and music run according to the timeline, they do not require any clicking or other actions.