{"id":4238,"date":"2014-09-19T13:26:25","date_gmt":"2014-09-19T13:26:25","guid":{"rendered":"http:\/\/www.learnexcelmacro.com\/wp\/?p=4238"},"modified":"2022-08-12T11:42:47","modified_gmt":"2022-08-12T11:42:47","slug":"power-point-using-excel-vba-tutorial-part-1","status":"publish","type":"post","link":"https:\/\/vmlogger.com\/excel\/2014\/09\/power-point-using-excel-vba-tutorial-part-1\/","title":{"rendered":"Complete VBA tutorial to interact with Power point Presentations – Part – 1"},"content":{"rendered":"
[fusion_text]D<\/span><\/p>\n ear Friends,<\/p>\n First of all, I apologize for not responding to many of your questions around dealing with PowerPoint presentations through Excel Macro. Many of you have sent me so many questions around this topic. Questions, which were, mostly, asked were like – <\/p>\n <\/i> VBA code to create a presentation slide based on a Table in Excel This list i just a summary what has been asked so far. Many of the questions were too specific, hence I have not mentioned them here. Therefore, I thought of writing a tutorial (more than a single article) and cover most of the aspects related to interaction with PowerPoint presentations through Exel VBA. Rather putting everything in one article, I am splitting in to more than one article. As part of this tutorial, I am sure, you will learn all the basic things (regular things) to interact with PowerPoint Presentations through Excel VBA. Click on the links to directly jump to that particular section…<\/p>\n Since we are going to access an application which is out side Microsoft Excel. Therefore to interact with that application you should have a good understanding of Objects and Methods of that application. Here in this article I am NOT going to explain you about all the Objects, Methods and Properties of PowerPoint Application but few of them to make you comfortable. To know all possible Objects, Methods, Properties and their hierarchy you can refer this page:Sample List of Questions…<\/h2>\n
\n<\/i> Excel macro to create a Slide with Graph and Table in Excel
\n<\/i> Macro to paste Graph from Excel in to a PPT in a specific Slide
\n<\/i> VBA code to remove old graph from a specific slide and place the new generated graph in Excel – Like refresh button<\/p>\n<\/div>\n<\/div>\n
\nFurthermore, you will have readily available VBA code snippets for all the basic operations, one can perform on Presentations like Open, Close, save, Copy a slide from one Presentation to other, deleting a slide, modifying the content of the slide<\/em> and so on..
\nFinally, at the end of this tutorial<\/strong>, you will find a FREE Excel VBA tool to download<\/em><\/strong>. Mostly in the next article of this tutorial. <\/p>\nTopics covered in this Article<\/h1>\n
<\/i> Basics about Power Point Application Object Model in Excel VBA<\/h2>\n
<\/i> VBA Code to create a new Presentation (Power Point Presentation File)<\/h2>\n
<\/i> VBA Code to add slides in PPT<\/em><\/h2>\n
<\/i> VBA Code to save a New PPT – SaveAs statement<\/em><\/h2>\n
<\/i> VBA Code to open an existing presentation file<\/h2>\n
<\/i> VBA Code to save an existing presentation file – Save statement<\/em><\/h2>\n
<\/i> VBA Code to Save and Close powerpoint presentation<\/em><\/h2>\n
<\/i> VBA Code to delete slides in PPT<\/em><\/h2>\n<\/div>\n<\/div>\n
\nhttp:\/\/msdn.microsoft.com\/en-us\/library\/office\/aa213568(v=office.11).aspx<\/a>.
\n <\/p>\n