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