View Single Post
 
Old 06-24-2017, 09:01 PM
Petri Petri is offline Windows 10 Office 2013
Novice
 
Join Date: Apr 2017
Posts: 7
Petri is on a distinguished road
Default

Hi,

You can definitely use VBA to for fully manipulating data both in Excel and PowerPoint. I would assume you could also control PowerPoint data model from Excel VBA, or the other way around, the similar way you can use both of these apps from an external VB.NET application. That will require some programming though.

Or you could use some intermediate format for the data - thinking saving your Excel data as XML or CSV files and then reading that in (and visualizing) through a PowerPoint VBA macro.
Reply With Quote