Extract Data

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

Is it possible to create a PPT with information that can be extracted from
an excel file, and every time a button, in the ppt for example, is pressed,
the data is updated???

Thanks

JPG
 
JuanOption Explicit

Juan, You could also use a macro attached to a shape with an action
setting to run the following code from inside of PPT.

Sub UpdateLinks()
ActivePresentation.UpdateLinks
End Sub

Brian Reilly, MVP
 
Back
Top