Extract excel graph to powerpoint template

2019-08-23 01:17发布

I have an Excel sheet in which I can select a city (100 different ones) and then a graph will be generated for that city.

I would like to create a PPT with 100 different slides, one for each city. For these slides I have a template, so what I would like to achieve is: - Loop through all 100 cities - Copy the generated graph and paste as image at a specified location and size in the PPT slide

Does anyone have an idea on how to do this with either VBA or Python?

Many thanks!

1条回答
唯我独甜
2楼-- · 2019-08-23 01:51

To copy and paste an excel range into powerpoint using VBA check this link : Copy & Paste An Excel Range Into PowerPoint With VBA

Hope it will help you! Thank you! :)

查看更多
登录 后发表回答