<?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: Qlikview export to PowerPoint in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Qlikview-export-to-PowerPoint/m-p/911976#M316482</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You haven't defined the objPPT object.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You are calling your PowerPoint application object PPApp.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try replacing objPPT with PPApp.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm not sure of your use of set with dblCropRight and &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;dblCropBottom. These are variables that hold a numeric value. Set is used to create an object. &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 24 Jul 2015 12:46:28 GMT</pubDate>
    <dc:creator>m_woolf</dc:creator>
    <dc:date>2015-07-24T12:46:28Z</dc:date>
    <item>
      <title>Qlikview export to PowerPoint</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-export-to-PowerPoint/m-p/911969#M316475</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I realise how many of those topic was here already. Somehow I cannot get exactly what I need, so I decided to ask.&lt;/P&gt;&lt;P&gt;Can someone please advice?&lt;/P&gt;&lt;P&gt;I need to export some objects from qlikview into ppt. The ppt already exist and specific objects must go to a specific slide.&lt;/P&gt;&lt;P&gt;The problem I have is when the all screen is pasted into PowerPoint the image itself is larger than a content of a screen.&lt;/P&gt;&lt;P&gt;I have everything what was in qlikview plus huge white border around it.&lt;/P&gt;&lt;P&gt;Also not sure how to resize it properly. Can you please advice?&lt;/P&gt;&lt;P&gt;Here is my code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier; font-size: 8pt;"&gt;Sub ExportPPT&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier; font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier; font-size: 8pt;"&gt; Set PPApp = CreateObject("Powerpoint.Application")&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier; font-size: 8pt;"&gt; PPApp.Visible = True&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier; font-size: 8pt;"&gt; Set PPPres = PPApp.Presentations.Open("path to ppt")&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier; font-size: 8pt;"&gt; 'Select the slide &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier; font-size: 8pt;"&gt; Set PPSlide = PPPres.Slides(3)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier; font-size: 8pt;"&gt; set s=ActiveDocument.Sheets("SH07")&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier; font-size: 8pt;"&gt; ActiveDocument.Sheets("SH07").Activate&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier; font-size: 8pt;"&gt; ActiveDocument.GetApplication.WaitForIdle&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier; font-size: 8pt;"&gt; ActiveDocument.GetSheetObject("CH02").CopyBitmapToClipboard&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier; font-size: 8pt;"&gt; With PPSlide.Shapes.Paste&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier; font-size: 8pt;"&gt; .Left = 20&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier; font-size: 8pt;"&gt; .top = 100&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier; font-size: 8pt;"&gt; .width=100&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier; font-size: 8pt;"&gt; .height=120&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier; font-size: 8pt;"&gt; end with&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier; font-size: 8pt;"&gt; Set PPSlide = PPPres.Slides(4)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier; font-size: 8pt;"&gt; set s=ActiveDocument.Sheets("SH24_093561284")&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier; font-size: 8pt;"&gt; ActiveDocument.Sheets("SH24_093561284").Activate&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier; font-size: 8pt;"&gt; ActiveDocument.GetApplication.WaitForIdle&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier; font-size: 8pt;"&gt; ActiveDocument.ActiveSheet.CopyBitmapToClipboard&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier; font-size: 8pt;"&gt; With PPSlide.Shapes.Paste&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier; font-size: 8pt;"&gt; .Left = 20&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier; font-size: 8pt;"&gt; .top =80&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier; font-size: 8pt;"&gt; .width=500&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier; font-size: 8pt;"&gt; .height=500&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier; font-size: 8pt;"&gt; end with&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier; font-size: 8pt;"&gt; Set PPSlide = PPPres.Slides(6)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier; font-size: 8pt;"&gt; set s=ActiveDocument.Sheets("SH08")&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier; font-size: 8pt;"&gt; ActiveDocument.Sheets("SH08").Activate&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier; font-size: 8pt;"&gt; ActiveDocument.GetApplication.WaitForIdle&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier; font-size: 8pt;"&gt; Activedocument.fields("Country Project").select "Programme"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier; font-size: 8pt;"&gt; ActiveDocument.GetSheetObject("CH04").CopyBitmapToClipboard&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier; font-size: 8pt;"&gt; PPSlide.Shapes.Paste&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier; font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier; font-size: 8pt;"&gt; Activedocument.fields("Country Project").Clear&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier; font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier; font-size: 8pt;"&gt; ActiveDocument.Sheets("SH25_415204754").Activate&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier; font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier; font-size: 8pt;"&gt; 'PoaP France&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier; font-size: 8pt;"&gt; Set PPSlide = PPPres.Slides(12)&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier; font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier; font-size: 8pt;"&gt; &lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier; font-size: 8pt;"&gt; set s=ActiveDocument.Sheets("SH07_337920122")&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier; font-size: 8pt;"&gt; ActiveDocument.Sheets("SH07_337920122").Activate&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier; font-size: 8pt;"&gt; ActiveDocument.ActiveSheet.FitZoomToWindow&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier; font-size: 8pt;"&gt; ActiveDocument.ClearAll False&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier; font-size: 8pt;"&gt; Activedocument.Fields("Country Project").select "France"&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier; font-size: 8pt;"&gt; ActiveDocument.GetApplication.WaitForIdle&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier; font-size: 8pt;"&gt; ActiveDocument.ActiveSheet.CopyBitmapToClipboard&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier; font-size: 8pt;"&gt; With PPSlide.Shapes.Paste&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier; font-size: 8pt;"&gt; .Left = 20&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier; font-size: 8pt;"&gt; .top =150&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier; font-size: 8pt;"&gt; .width=400&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier; font-size: 8pt;"&gt; .height=400&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier; font-size: 8pt;"&gt; end with&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier; font-size: 8pt;"&gt; set PPApp = nothing&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier; font-size: 8pt;"&gt; set PPPRes = nothing&lt;/SPAN&gt;&lt;BR /&gt;&lt;SPAN style="font-family: courier new,courier; font-size: 8pt;"&gt; End Sub &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jul 2015 15:09:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-export-to-PowerPoint/m-p/911969#M316475</guid>
      <dc:creator />
      <dc:date>2015-07-23T15:09:48Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview export to PowerPoint</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-export-to-PowerPoint/m-p/911970#M316476</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;After pasting the screen into PowerPoint, I added code to crop and scale the image. I found that the user's screen resolution was an issue, so I added code specific to certain resolutions.&lt;/P&gt;&lt;P&gt;Maybe you can use some of this code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sub SchedIntoPPT(objPPT,objPres,PPSlide,blnIsClient,strScreenRes)&lt;/P&gt;&lt;P&gt;&amp;nbsp; ActiveDocument.GetApplication.WaitForIdle&lt;/P&gt;&lt;P&gt;&amp;nbsp; ActiveDocument.ActiveSheet.CopyBitmapToClipboard&lt;/P&gt;&lt;P&gt;&amp;nbsp; PPSlide.Shapes.Paste.Select&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp; Select Case strScreenRes&lt;/P&gt;&lt;P&gt;&amp;nbsp; Case "1680x1050"&lt;/P&gt;&lt;P&gt;&amp;nbsp; dblHeight = 479.5&amp;nbsp; ' before scaling&lt;/P&gt;&lt;P&gt;&amp;nbsp; dblWidth = 753.89&lt;/P&gt;&lt;P&gt;&amp;nbsp; dblScale = .82&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Case "1600x900"&lt;/P&gt;&lt;P&gt;&amp;nbsp; dblHeight = 479.5&amp;nbsp; ' before scaling&lt;/P&gt;&lt;P&gt;&amp;nbsp; dblWidth = 753.89&lt;/P&gt;&lt;P&gt;&amp;nbsp; dblScale = .82&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Case "1440x900"&lt;/P&gt;&lt;P&gt;&amp;nbsp; dblHeight = 476.83&amp;nbsp; ' before scaling&lt;/P&gt;&lt;P&gt;&amp;nbsp; dblWidth = 757&lt;/P&gt;&lt;P&gt;&amp;nbsp; dblScale = .82&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; Case else&amp;nbsp; 'if resolution is not handled above, use 1600x900&lt;/P&gt;&lt;P&gt;&amp;nbsp; dblHeight = 479.5&amp;nbsp; ' before scaling&lt;/P&gt;&lt;P&gt;&amp;nbsp; dblWidth = 753.89&lt;/P&gt;&lt;P&gt;&amp;nbsp; dblScale = .82&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; end select&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&amp;nbsp; dblCropRight = objPPT.ActiveWindow.Selection.ShapeRange.Width - dblWidth&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; objPPT.ActiveWindow.Selection.ShapeRange.PictureFormat.CropRight = dblCropRight&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; dblCropBottom = objPPT.ActiveWindow.Selection.ShapeRange.Height - dblHeight&lt;/P&gt;&lt;P&gt;&amp;nbsp; objPPT.ActiveWindow.Selection.ShapeRange.PictureFormat.CropBottom = dblCropBottom&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; objPPT.ActiveWindow.Selection.ShapeRange.Top = 20&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; objPPT.ActiveWindow.Selection.ShapeRange.Left = 5&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; objPPT.ActiveWindow.Selection.ShapeRange.Width = objPPT.ActiveWindow.Selection.ShapeRange.Width * dblScale&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;end sub&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 23 Jul 2015 16:08:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-export-to-PowerPoint/m-p/911970#M316476</guid>
      <dc:creator>m_woolf</dc:creator>
      <dc:date>2015-07-23T16:08:41Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview export to PowerPoint</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-export-to-PowerPoint/m-p/911971#M316477</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your answer. It is definitely doing something I am just not sure how to manipulate those parameters.&lt;/P&gt;&lt;P&gt;As no matter which of those I will use the image is lot larger than a slide...&lt;/P&gt;&lt;P&gt;Do you have any ideas why?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jul 2015 11:28:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-export-to-PowerPoint/m-p/911971#M316477</guid>
      <dc:creator />
      <dc:date>2015-07-24T11:28:10Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview export to PowerPoint</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-export-to-PowerPoint/m-p/911972#M316478</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Because the screen is larger than a slide. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When the code multiplies the current picture width by the dblWidth variable, it is reducing the width by .82. The height is reduced proportionally.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jul 2015 11:48:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-export-to-PowerPoint/m-p/911972#M316478</guid>
      <dc:creator>m_woolf</dc:creator>
      <dc:date>2015-07-24T11:48:32Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview export to PowerPoint</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-export-to-PowerPoint/m-p/911973#M316479</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Ok - but it means that if I change a scale to for example .50 it should reduce the image ?&lt;/P&gt;&lt;P&gt;And this is not happening..no matter what I set as a scale - this is what confuses me&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jul 2015 12:15:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-export-to-PowerPoint/m-p/911973#M316479</guid>
      <dc:creator />
      <dc:date>2015-07-24T12:15:06Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview export to PowerPoint</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-export-to-PowerPoint/m-p/911974#M316480</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please post your current code.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jul 2015 12:17:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-export-to-PowerPoint/m-p/911974#M316480</guid>
      <dc:creator>m_woolf</dc:creator>
      <dc:date>2015-07-24T12:17:15Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview export to PowerPoint</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-export-to-PowerPoint/m-p/911975#M316481</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sub ExportPPT&lt;BR /&gt; &lt;BR /&gt; Set PPApp = CreateObject("Powerpoint.Application")&lt;BR /&gt; &lt;BR /&gt; PPApp.Visible = True&lt;BR /&gt; Set PPPres = PPApp.Presentations.Open("path")&lt;BR /&gt; &lt;BR /&gt; 'Select the slide &lt;BR /&gt; Set PPSlide = PPPres.Slides(3)&lt;BR /&gt; set s=ActiveDocument.Sheets("SH07")&lt;BR /&gt; ActiveDocument.Sheets("SH07").Activate&lt;BR /&gt; ActiveDocument.GetApplication.WaitForIdle&lt;BR /&gt; ActiveDocument.GetSheetObject("CH02").CopyBitmapToClipboard&lt;BR /&gt; With PPSlide.Shapes.Paste&lt;BR /&gt; .Left = 20&lt;BR /&gt; .top = 100&lt;BR /&gt; .width=100&lt;BR /&gt; .height=120&lt;BR /&gt; end with&lt;BR /&gt; Set PPSlide = PPPres.Slides(4)&lt;BR /&gt; set s=ActiveDocument.Sheets("SH24_093561284")&lt;BR /&gt; ActiveDocument.Sheets("SH24_093561284").Activate&lt;BR /&gt; ActiveDocument.GetApplication.WaitForIdle&lt;BR /&gt; ActiveDocument.ActiveSheet.CopyBitmapToClipboard&lt;BR /&gt; PPSlide.Shapes.Paste.Select&amp;nbsp; &lt;BR /&gt; set dblCropRight = objPPT.ActiveWindow.Selection.ShapeRange.Width - 753.89&lt;BR /&gt; objPPT.ActiveWindow.Selection.ShapeRange.PictureFormat.CropRight = dblCropRight&lt;BR /&gt; set dblCropBottom = objPPT.ActiveWindow.Selection.ShapeRange.Height - 479.5&lt;BR /&gt; objPPT.ActiveWindow.Selection.ShapeRange.PictureFormat.CropBottom = dblCropBottom&lt;BR /&gt; objPPT.ActiveWindow.Selection.ShapeRange.Top = 20&lt;BR /&gt; objPPT.ActiveWindow.Selection.ShapeRange.Left = 5&lt;BR /&gt; objPPT.ActiveWindow.Selection.ShapeRange.Width = objPPT.ActiveWindow.Selection.ShapeRange.Width * 0.82&lt;BR /&gt; &lt;BR /&gt; &lt;BR /&gt; set PPApp = nothing&lt;BR /&gt; set PPPRes = nothing&lt;BR /&gt; End Sub&lt;BR /&gt; &lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jul 2015 12:37:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-export-to-PowerPoint/m-p/911975#M316481</guid>
      <dc:creator />
      <dc:date>2015-07-24T12:37:07Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview export to PowerPoint</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-export-to-PowerPoint/m-p/911976#M316482</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You haven't defined the objPPT object.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You are calling your PowerPoint application object PPApp.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Try replacing objPPT with PPApp.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm not sure of your use of set with dblCropRight and &lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;dblCropBottom. These are variables that hold a numeric value. Set is used to create an object. &lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jul 2015 12:46:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-export-to-PowerPoint/m-p/911976#M316482</guid>
      <dc:creator>m_woolf</dc:creator>
      <dc:date>2015-07-24T12:46:28Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview export to PowerPoint</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-export-to-PowerPoint/m-p/911977#M316483</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;SPAN class="j-post-author"&gt;&lt;STRONG&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;A _jive_internal="true" class="jiveTT-hover-user jive-username-link" data-avatarid="5408" data-externalid="" data-presence="null" data-userid="204243" data-username="anetkia102" href="https://community.qlik.com/people/anetkia102"&gt;&lt;SPAN style="color: #0066cc; text-decoration: underline;"&gt;Aneta Czorny&lt;/SPAN&gt;&lt;/A&gt;&amp;nbsp;&amp;nbsp; &lt;/STRONG&gt;&amp;nbsp; 24-Jul-2015 09:03&amp;nbsp; &lt;SPAN class="font-color-meta-light j-thread-replyto"&gt;&amp;nbsp; (&lt;A _jive_internal="true" class="font-color-meta-light localScroll" href="https://community.qlik.com/message/830031?et=watches.email.thread#829228" title="Go to message"&gt;&lt;SPAN style="color: #0066cc; text-decoration: underline;"&gt;in response to Aneta Czorny&lt;/SPAN&gt;&lt;/A&gt;)&amp;nbsp; &lt;/SPAN&gt;&amp;nbsp;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN class="j-ui-elem j-dotted-star"&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Oh that was stupid mistake.&lt;/P&gt;&lt;P&gt;Now the code is working - in the sense that I have the smaller image when I reduce the scale to 0.50 - but it appears to be on top of the larger one - do you know what might cause it?&lt;/P&gt;&lt;P&gt;My code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sub ExportPPT&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; Set PPApp = CreateObject("Powerpoint.Application")&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; PPApp.Visible = True&lt;BR /&gt; Set PPPres = PPApp.Presentations.Open("path")&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; 'Select the slide &lt;BR /&gt; Set PPSlide = PPPres.Slides(3)&lt;BR /&gt; set s=ActiveDocument.Sheets("SH07")&lt;BR /&gt; ActiveDocument.Sheets("SH07").Activate&lt;BR /&gt; ActiveDocument.GetApplication.WaitForIdle&lt;BR /&gt; ActiveDocument.GetSheetObject("CH02").CopyBitmapToClipboard&lt;BR /&gt; With PPSlide.Shapes.Paste&lt;BR /&gt; .Left = 20&lt;BR /&gt; .top = 100&lt;BR /&gt; .width=100&lt;BR /&gt; .height=120&lt;BR /&gt; end with&lt;BR /&gt; Set PPSlide = PPPres.Slides(4)&lt;BR /&gt; set s=ActiveDocument.Sheets("SH24_093561284")&lt;BR /&gt; ActiveDocument.Sheets("SH24_093561284").Activate&lt;BR /&gt; ActiveDocument.GetApplication.WaitForIdle&lt;BR /&gt; ActiveDocument.ActiveSheet.CopyBitmapToClipboard&lt;BR /&gt; PPSlide.Shapes.Paste.Select&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; PPApp.ActiveWindow.Selection.ShapeRange.PictureFormat.CropRight = PPApp.ActiveWindow.Selection.ShapeRange.Width - 753.89&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt; PPApp.ActiveWindow.Selection.ShapeRange.PictureFormat.CropBottom = PPApp.ActiveWindow.Selection.ShapeRange.Height - 479.5&lt;BR /&gt; PPApp.ActiveWindow.Selection.ShapeRange.Top = 20&lt;BR /&gt; PPApp.ActiveWindow.Selection.ShapeRange.Left = 5&lt;BR /&gt; PPApp.ActiveWindow.Selection.ShapeRange.Width = PPApp.ActiveWindow.Selection.ShapeRange.Width * 0.50 &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;set PPApp = nothing&lt;BR /&gt; set PPPRes = nothing&lt;BR /&gt; End Sub&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jul 2015 13:04:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-export-to-PowerPoint/m-p/911977#M316483</guid>
      <dc:creator />
      <dc:date>2015-07-24T13:04:48Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview export to PowerPoint</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-export-to-PowerPoint/m-p/911978#M316484</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Oh that was stupid mistake.&lt;/P&gt;&lt;P&gt;Now the code is working - in the sense that I have the smaller image when I reduce the scale to 0.50 - but it appears to be on top of the larger one - do you know what might cause it?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jul 2015 14:29:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-export-to-PowerPoint/m-p/911978#M316484</guid>
      <dc:creator />
      <dc:date>2015-07-24T14:29:55Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview export to PowerPoint</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-export-to-PowerPoint/m-p/911979#M316485</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I don't see anything in the code that would duplicate the image.&amp;nbsp; Have you accidentally saved the PowerPoint with the large image on the slide?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jul 2015 14:44:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-export-to-PowerPoint/m-p/911979#M316485</guid>
      <dc:creator>m_woolf</dc:creator>
      <dc:date>2015-07-24T14:44:12Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview export to PowerPoint</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-export-to-PowerPoint/m-p/911980#M316486</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Well yes - you are right. but then I did remove it, saved ppt again and use the code you suggested and it still will paste huge document...don't understand that really...any idea?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ActiveDocument.ActiveSheet.CopyBitmapToClipboard&lt;BR /&gt; PPSlide.Shapes.Paste.Select&amp;nbsp; &lt;BR /&gt; &lt;BR /&gt; PPApp.ActiveWindow.Selection.ShapeRange.PictureFormat.CropRight = PPApp.ActiveWindow.Selection.ShapeRange.Width - 753.89&lt;BR /&gt; PPApp.ActiveWindow.Selection.ShapeRange.PictureFormat.CropBottom = PPApp.ActiveWindow.Selection.ShapeRange.Height - 479.5&lt;BR /&gt; PPApp.ActiveWindow.Selection.ShapeRange.Top = 120&lt;BR /&gt; PPApp.ActiveWindow.Selection.ShapeRange.Left = 5&lt;BR /&gt; PPApp.ActiveWindow.Selection.ShapeRange.Width = PPApp.ActiveWindow.Selection.ShapeRange.Width * 0.50 &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jul 2015 15:14:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-export-to-PowerPoint/m-p/911980#M316486</guid>
      <dc:creator />
      <dc:date>2015-07-24T15:14:39Z</dc:date>
    </item>
    <item>
      <title>Re: Qlikview export to PowerPoint</title>
      <link>https://community.qlik.com/t5/QlikView/Qlikview-export-to-PowerPoint/m-p/911981#M316487</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It looks like&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PPSlide.Shapes.Paste.Select &lt;/P&gt;&lt;P&gt;is not working, as after executing the script editor is opened with the cursor in that line...&lt;/P&gt;&lt;P&gt;(sorry if that is stupid assumption, I am quite new to this) &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 24 Jul 2015 15:22:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Qlikview-export-to-PowerPoint/m-p/911981#M316487</guid>
      <dc:creator />
      <dc:date>2015-07-24T15:22:39Z</dc:date>
    </item>
  </channel>
</rss>

