by YOUpresent | Oct 4, 2017 | Blog
If you tried to program VBA in PowerPoint:mac 2016, you’d have been tearing your hair out, no, going insane. You could’t insert modules, use IntelliSense, debug the code bla bla bla. Well, in a superb show of defiance to those sceptics who thought...
by YOUpresent | Dec 19, 2016 | Blog, Excel, PowerPoint, Presentation Automation, VBA Macros
We came across the need to remove ribbon customisation from a macro-enabled Office file recently and spent some time researching how to do it and coming up with a neat solution which we’re sharing here. Why do we need to do this? Firstly, let’s explore why...
by YOUpresent | Feb 2, 2015 | Blog, Presentation Automation, VBA Macros
When programming PowerPoint in VBA, VB, .Net etc., a developer will often use the Presentations.Count method to return the number of itemsĀ in the Application.Presentations collection. They may then loop through each presentation in the collection and perform various...
by YOUpresent | Jan 7, 2015 | Blog, PowerPoint Video, VBA Macros
When you insert videos in PowerPoint and then run them in a slide show, the most common way to use them is to play them from the start, wait until they have finished and then move on to the next slide. You can of course use the Play, Pause, Stop and Seek animation...