josephjcota
New Member
- Joined
- Aug 19, 2011
- Messages
- 1
VBA code to copy data into powerpoint 2010 chart from excel 2010?
I am trying to automate the process of populating the charts in the powerpoint (office 2010). Can anybody please help with the VBA code to
Copy data in excel > select the template chart in the powerpoint > open the data sheet > paste the copied data and close>loop
I am using office 2010, so please provide codes that work in office 2010.
I initially tried to create charts in excel and paste it in the powerpoint with the link and update the link whenever we get new data. However, after pasting couple of charts it becomes very slow. Since I have more than 200 charts, updating all the charts using VBA is my only option.
I am trying to automate the process of populating the charts in the powerpoint (office 2010). Can anybody please help with the VBA code to
Copy data in excel > select the template chart in the powerpoint > open the data sheet > paste the copied data and close>loop
I am using office 2010, so please provide codes that work in office 2010.
I initially tried to create charts in excel and paste it in the powerpoint with the link and update the link whenever we get new data. However, after pasting couple of charts it becomes very slow. Since I have more than 200 charts, updating all the charts using VBA is my only option.