I am trying to do something very simple but running into a problem with pasting. I am a VBA novice. Please see the code below. I have the reference to Microsoft PowerPoint Object library set up. Everything works util the paste step.
Sub PowerPoint()
'creates new instance of powerpoint
Dim ppApp...