0

Is there any way I can insert a link to a .pptx file to my Word document? I use a Mac(Mojave) and I have tried the solution given on the microsoft website, and it does not work.

https://support.office.com/en-ie/article/link-or-embed-a-powerpoint-slide-in-a-word-document-2e421b6d-dd5d-4e3b-a0c7-dc9732d0da01

I don't see "Microsoft PowerPoint Presentation object or Microsoft PowerPoint Slide object" under "As"

Also, when I try to insert an object using a file, it gives me the error: Word has encountered a problem

1
  • Did you actually copy the slide(s) before you tried Paste Special? If you don't copy first, you won't get the choice in the dropdown.
    – Karen927
    Commented Jun 14, 2019 at 18:54

1 Answer 1

1

You don't describe if you are trying to do this programmatically or manually, as part of a larger project or just a onetime effort for a document. That information is important for a specifically targeted answer. You do use the word "object" and "as" so I will assume, you want a VBA solution.

The only successful way to do this with Mac PowerPoint and Mac Word is to first export the PPT slides as images. Make sure you set the image quality (larger image sizes mean better quality) via the File > Export dialog, when you choose the image file type to use.

The resultant image files from the Export will have names like Slide 1, Slide 2, Slide 3, etc. and you can then use the Selection.InlineShapes.addPicture(Filename) to bring the slide images into your Word document.

Just in case you are not looking to write a programmatic solution yourself, there is a free add-in to Word (Windows and Mac versions) that will insert PowerPoint slide images into Word documents. Do a web search on AuthorTec Insert and you will find it.

You must log in to answer this question.

Not the answer you're looking for? Browse other questions tagged .