<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Macro code is not working for inserting images into PPT in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Macro-code-is-not-working-for-inserting-images-into-PPT/m-p/1269547#M852809</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rajana,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check this: &lt;A href="https://community.qlik.com/docs/DOC-3774"&gt;Automated PowerPoint Presentation Extraction&lt;/A&gt;&lt;/P&gt;&lt;P&gt;and this : &lt;A href="https://community.qlik.com/thread/200429"&gt;Export QV objects to ppt template&lt;/A&gt;&lt;/P&gt;&lt;P&gt;i hope that helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;beck&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 27 Feb 2017 16:14:42 GMT</pubDate>
    <dc:creator>beck_bakytbek</dc:creator>
    <dc:date>2017-02-27T16:14:42Z</dc:date>
    <item>
      <title>Macro code is not working for inserting images into PPT</title>
      <link>https://community.qlik.com/t5/QlikView/Macro-code-is-not-working-for-inserting-images-into-PPT/m-p/1269545#M852807</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have some image in the PNG format in a specific folder. I wants to export those images into ppt by using&amp;nbsp; below macro code.&lt;/P&gt;&lt;P&gt;Sub main()&lt;/P&gt;&lt;P&gt;Dim objPresentaion As Presentation&lt;/P&gt;&lt;P&gt;Dim objSlide As Slide&lt;/P&gt;&lt;P&gt;Dim objImageBox As Shape&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Set objPresentaion = ActivePresentation&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Set objSlide = objPresentaion.Slides.Item(2)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;Set objImageBox = objSlide.Shapes.AddPicture("E:\Qllikview\ExcelTask\*.png", msoCTrue, msoCTrue, 100, 100)&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;End Sub&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But it is not working for me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please check and do the needful.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Tripati&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Nov 2020 16:16:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macro-code-is-not-working-for-inserting-images-into-PPT/m-p/1269545#M852807</guid>
      <dc:creator>tripatirao</dc:creator>
      <dc:date>2020-11-25T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Macro code is not working for inserting images into PPT</title>
      <link>https://community.qlik.com/t5/QlikView/Macro-code-is-not-working-for-inserting-images-into-PPT/m-p/1269546#M852808</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm not sure but I don't believe that you could add images with a wildcard else you will need some kind of a loop and you will also need some further logic where to place and to size them. But this isn't really related to qlikview and I think you will find suitable stuff rather in office-communities or within here: &lt;A href="https://www.google.de/search?q=vba+ppt+addpicture" title="https://www.google.de/search?q=vba+ppt+addpicture"&gt;https://www.google.de/search?q=vba+ppt+addpicture&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Feb 2017 12:01:50 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macro-code-is-not-working-for-inserting-images-into-PPT/m-p/1269546#M852808</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2017-02-27T12:01:50Z</dc:date>
    </item>
    <item>
      <title>Re: Macro code is not working for inserting images into PPT</title>
      <link>https://community.qlik.com/t5/QlikView/Macro-code-is-not-working-for-inserting-images-into-PPT/m-p/1269547#M852809</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rajana,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;check this: &lt;A href="https://community.qlik.com/docs/DOC-3774"&gt;Automated PowerPoint Presentation Extraction&lt;/A&gt;&lt;/P&gt;&lt;P&gt;and this : &lt;A href="https://community.qlik.com/thread/200429"&gt;Export QV objects to ppt template&lt;/A&gt;&lt;/P&gt;&lt;P&gt;i hope that helps&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;beck&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 27 Feb 2017 16:14:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macro-code-is-not-working-for-inserting-images-into-PPT/m-p/1269547#M852809</guid>
      <dc:creator>beck_bakytbek</dc:creator>
      <dc:date>2017-02-27T16:14:42Z</dc:date>
    </item>
  </channel>
</rss>

