You would have to kick off the code that writes the powerpoint. You might have to close the instance of powerpoint and reopen it.
The way I'd do it is put the spreadsheet in the task scheduler to run a main macro that refreshes the data, then closes the existing instance of powerpoint, then create the new powerpoint from the template. I don't think you can update the powerpoint while it is running due to the file lock. Also I don't know how to detect if there is an instance of powerpoint running and shut it down.
Maybe this article will help:http://vbadud.blogspot.com/2007/04/g...-check-if.html
This code should shut it down
Bookmarks