PSC extension. This is pretty straight-forward. First I need to open the file I want to extract the data from and change the file extension from .PPTX to .CSV. To do this, I click on File > Saves. When you select the file, you can then select the file and change the file extension .CSV. Note that if you're using an Office 2023 app, you might have to download a .PSC file from the Microsoft Download Center. It's on that list. Now I'll open Excel, select the spreadsheet, hit the Refresh button under the 'Data' section and Excel will use the .CSV output. You can also create shortcuts to files, and then you can copy and paste the commands into the cell and then have Excel copy it onto your screen for the user to paste into a spreadsheet. I'm going to create an Excel macro to save the data I want to extract, the data from PowerPoint files, to a new .CSV file. If you want to change this code and see what data you end up with, I'd suggest making a copy of the original .XLS file to test it. VBA to save or copy PowerPoint files to Excel using the macro below Excel VBA macro for copying PowerPoint files to Excel without Excel running Excel VBA macro for copying PowerPoint files to Excel VBA Macro for adding a .XLS file and copying PowerPoint files to Excel using VBA — AsktheDude I've set a new macro. This one will copy PowerPoint files to Excel. After we've saved the slides, you'll have to refresh the 'Data' module. Now we can load PowerPoint files. To do this I create a new VBA Macro, select 'File' from the Tools tab, select Open PPT file from the Options > Options menu, select the 'Open' button, select a file and the file should open in the Open PPT tool. Next we'll paste a sample slide in. After that we should see the following 'Load slides into Excel' window. I've copied the sample PowerPoint in my PowerPoint file. The sample page has a title with 3 headers, the slide code, an image, and a code for the number of slides. Note that the slide is named (5,16) in the sample page file and (5,16) in the PPT file. I copied a sample slide in my PowerPoint file.