I am trying to control Powerpoint from Excel by following this video:
https://www.wiseowl.co.uk/vba-macros/videos/vba-referencing-applications/powerpoint-presentations/
This is the code:
Option Explicit
Sub Start()
Dim ppApp As PowerPoint.Application
Dim ppPres As...