Microsoft Office Forums

Go Back   Microsoft Office Forums > >

Reply
 
Thread Tools Display Modes
  #1  
Old 04-13-2018, 08:15 AM
JohnWilson JohnWilson is offline Power point auto updated from excel Windows 7 64bit Power point auto updated from excel Office 2016
Programmer
 
Join Date: Nov 2008
Location: UK
Posts: 1,914
JohnWilson has a spectacular aura aboutJohnWilson has a spectacular aura about
Default

You can try this then. (not certain it will work)



Step 1.

Insert a command button from the developer toolbox on slide 1. (Show the developer tab in File>Options >Customize ribbon if not already done)

In Home > Select > Selection pane set the button to NOT visible. This is needed to make the code run reliably,

Step 2

Alt f11 to open the Code editor and INSERT > Module

Paste in this code

Code:
Sub OnSlideshowPagechange(SW As SlideShowWindow)

Dim osld As Slide
Dim oshp As Shape
Set osld = SW.View.Slide
On Error Resume Next
For Each oshp In osld.Shapes
oshp.LinkFormat.Update
Next oshp
End Sub
Run the show and update the excel file see if it works - should update the nest time the page shows
__________________
Microsoft PowerPoint MVP 2007-2023
Free Advanced PowerPoint Tips and Tutorials
Reply With Quote
Reply



Similar Threads
Thread Thread Starter Forum Replies Last Post
can power point LINK to embedded object in power point ? johnseito PowerPoint 0 05-24-2014 04:31 AM
Power point auto updated from excel [Excel 2007] Building Power Point Slides from data in an Excel Table bremen22 Excel Programming 1 08-07-2013 11:01 AM
Attach a Excel file with Power point gmalpani Office 0 11-27-2011 03:11 AM
Microsoft Power Point 2004 to Office Power Point 2007 chuff PowerPoint 0 03-20-2011 01:23 PM
Info from excel spreadsheet to Power point anyquist Office 0 01-31-2011 12:29 PM

Other Forums: Access Forums

All times are GMT -7. The time now is 03:37 AM.


Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2025, vBulletin Solutions Inc.
Search Engine Optimisation provided by DragonByte SEO (Lite) - vBulletin Mods & Addons Copyright © 2025 DragonByte Technologies Ltd.
MSOfficeForums.com is not affiliated with Microsoft