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.
How to use VBA to get the name of the music file that is currently playing in the active PowerPoint presentation
I would like to ask you for help regarding VBA and PowerPoint. I use Microsoft PowerPoint Object Library 16, which is probably the newest one.
I have an active PowerPoint presentation that I dynamically create during the presentation based on data in Access. I add more slides, add more texts with effects and more sound files to the slides. The entire animation is set to automatic, which means I don’t click anything and subsequent effects and music playback are triggered one after the other, everything works exactly as I want.
And here I have 2 questions:
How to change the font (character) spacing in Powerpoint VBA Macro
I have this macro for altering the text. Though I also want to change the character spacing here to ‘condensed’ by 0.5. Is that possible?
VBA procedures(sub) with arguments don’t work in WPS office [closed]
Closed 23 mins ago.
VBA в WPS office не работают процедуры(sub) с аргументами
enter image description hereenter image description hereПроцедуры есть в редакторе, но их нет в Action settings
Powerpoint VBA to save slide as PDF with “Source formatting” fails
I’m able to run a macro that save each slide of a presentation as a separate pdf file, and are named using a text box within that slide.
How can you check the type of a picture is pasted on a slide in PowerPoint?
I wrote this code to id format a picture pasted in PowerPoint. However, it just returns that it’s a picture — not the format. I need to know the format of the picture — if it’s a PNG, JPG, etc. — to do correct handling