I have a powerpoint deck with 50 slides. All slides have the same template, and consists of textboxes containing various pieces of information, like a form.
How can I extract all that information into an Excel spreadsheet, one row representing one slide, and one column representing one text box?
Open the embedded info in Excel and save it to a new file:
Rightclick the chart or worksheet data in PowerPoint
Choose Chart Object, Open from the pop-up menu. Excel opens with the content loaded.
Choose File, Save Copy As ...
Give the new filel a name and save.
Close Excel.
Or you want to create VBA-macros to do this operation?