Extract Data

J

juanpablo

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
 
B

Brian Reilly, MVP

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
 
Top