Extract excel graph to powerpoint template

北慕城南 提交于 2019-12-24 21:28:43

问题


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:


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! :)



来源:https://stackoverflow.com/questions/49491199/extract-excel-graph-to-powerpoint-template

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!