vba - How to get value from textfield in PowerPoint into Excel? -


How can this be done?

The PowerPoint application is running and the value from the text file I want is on slide 3.

I have tried it without any success:

  Dim PPApp as PowerPoint Application Set PPApp = GetObject ("PowerPoint.Application") range ("A20"). Value = PPApp.Presentation.Slide3.txtMyTextField.Value  

Anyone knows the right way to do this? (I have also added a reference to PowerPoint in the Excel file)

Believe it Have a text box ActiveX control on my slides

  Sub App as GetTextBoxText () Presentation AP AP: Set AP = Active Performance as TBT Text Box Dribble: TB = Sl. Set size (1) .LEFormat object debug. Print tb Text and lower  

Comments