Is it possible to have my Excel table linked into PowerPoint update automatically in PPT when a change occurs in the Excel source? -


so copy table in excel > paste special > paste link > hit ok , table shows in ppt slide

if right click on table, can click update link, update slide reflect changes in spreadsheet

problem is, excel table changes automatically, several times every hour, can't hitting update link every time, way make slide update automatically either if changes occur in excel table or every 2-3 minutes work too? using excel , ppt 2013 way

thanks in advance

yes, there way:

activepresentation.updatelinks 

will update links in presentation.

of course, if have specific presentation in mind, can use 1 instead of activepresentation.

however, don't know way update links one-by-one without side effects. use

activewindow.selection.shaperange(1).oleformat.doverb wdoleverbprimary 

but open excel applications or workbooks , there no way of closing them , hiding them while being used.


Comments

Popular posts from this blog

c# - Update a combobox from a presenter (MVP) -

How to understand 2 main() functions after using uftrace to profile the C++ program? -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -