Updating ALL POWERPOINT LINKS, when opening an presentation from an Excel Spreadsheet.

mikeb7500

Board Regular
Joined
Jul 30, 2014
Messages
100
I've written the following VBA Code to open a Powerpoint Presentation with the updated Excel cells that are linked. The button I've created, DOES open the Powerpoint Presentation, but it doesn't give me the opportunity to update the new info that's linked. When I open Powerpoint, selecting INFO, that Update Links, it only updates ONE link...not all of them. (There's about a dozen links that need to be updated upon opening. Is there anything that I can add to this code below that will, not only open the Powerpoint Presentation, but ALSO UPDATE ALL THE LINKS upon opening? PLEASE AND THANKS!

Sub OpenPowerPoint()
Dim MyPPT As Object
Set MyPPT = CreateObject("Powerpoint.application")
MyPPT.Visible = True
MyPPT.presentations.Open "C:\Users\Mike\Desktop\Club Newport Presentations\Part 2-(Both) Destinations Club Newport Presentation.pptm"


End Sub
 

Forum statistics

Threads
1,226,771
Messages
6,192,918
Members
453,766
Latest member
Gskier

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top