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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top