Extract embedded slides from a Word document |
|
This is a Microsoft Word macro which will extract embedded slides within a document and save them as presentation. Basically it takes you one step short of recreating the presentation that was original sent to Word from PowerPoint using the Send-To-Word export option. We make use of the OLE verb Open to launch an embedded slide in its own PowerPoint session and then grab a reference to it since PowerPoint is a single window multi-use application. Then a copy of the slide is saved as presentation into the specified folder. Copy this code into a code module of a Word Document. Open the document containing the embedded slides. Execute this macro. |
|
' --------------------------------------------------------------------- Option Explicit |
Copyright 1999-2016(c) Shyam Pillai. All rights reserved.