How could this be done?
The PowerPoint application is running and the textfield I want to get the value from is on slide 3.
I've tried this without any success:
Dim PPApp As PowerPoint.Application
Set PPApp = GetObject(, "PowerPoint.Application")
Range("A20").Value = PPApp.Presentation.Slide3.txtMyTextField.Value
Anyone know the right way to do this? (I've also added a reference to PowerPoint in the Excel file)