<?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 Export all sheets to ppt in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Export-all-sheets-to-ppt/m-p/583455#M683544</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Community&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I got the following macro but it will only export the active sheet and also the image got truncated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sub exportppt&lt;/P&gt;&lt;P&gt;Set objPPT = CreateObject("PowerPoint.Application")&lt;/P&gt;&lt;P&gt;objPPT.Visible = True&lt;/P&gt;&lt;P&gt;Set objPresentation = objPPT.Presentations.Add&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Set PPSlide = objPresentation.Slides.Add(1,11)&lt;/P&gt;&lt;P&gt;ActiveDocument.ActiveSheet.CopyBitmapToClipboard&lt;/P&gt;&lt;P&gt;PPSlide.Shapes.Paste&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Set PPSlide = Nothing&lt;/P&gt;&lt;P&gt;Set PPPres = Nothing&lt;/P&gt;&lt;P&gt;Set PPApp = Nothing&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;End Sub&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can i export all the sheets in the application into different slides without the image being truncated?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 28 Feb 2014 03:07:26 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2014-02-28T03:07:26Z</dc:date>
    <item>
      <title>Export all sheets to ppt</title>
      <link>https://community.qlik.com/t5/QlikView/Export-all-sheets-to-ppt/m-p/583455#M683544</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Community&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I got the following macro but it will only export the active sheet and also the image got truncated.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sub exportppt&lt;/P&gt;&lt;P&gt;Set objPPT = CreateObject("PowerPoint.Application")&lt;/P&gt;&lt;P&gt;objPPT.Visible = True&lt;/P&gt;&lt;P&gt;Set objPresentation = objPPT.Presentations.Add&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Set PPSlide = objPresentation.Slides.Add(1,11)&lt;/P&gt;&lt;P&gt;ActiveDocument.ActiveSheet.CopyBitmapToClipboard&lt;/P&gt;&lt;P&gt;PPSlide.Shapes.Paste&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Set PPSlide = Nothing&lt;/P&gt;&lt;P&gt;Set PPPres = Nothing&lt;/P&gt;&lt;P&gt;Set PPApp = Nothing&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;End Sub&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can i export all the sheets in the application into different slides without the image being truncated?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Feb 2014 03:07:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-all-sheets-to-ppt/m-p/583455#M683544</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-02-28T03:07:26Z</dc:date>
    </item>
    <item>
      <title>Re: Export all sheets to ppt</title>
      <link>https://community.qlik.com/t5/QlikView/Export-all-sheets-to-ppt/m-p/583456#M683545</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Look at this discussion &lt;A _jive_internal="true" href="https://community.qlik.com/message/240022#240022"&gt;http://community.qlik.com/message/240022#240022&lt;/A&gt; and &lt;A _jive_internal="true" href="https://community.qlik.com/message/196413#196413"&gt;http://community.qlik.com/message/196413#196413&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards.&lt;/P&gt;&lt;P&gt;Siva&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 28 Feb 2014 05:22:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-all-sheets-to-ppt/m-p/583456#M683545</guid>
      <dc:creator>Siva_Sankar</dc:creator>
      <dc:date>2014-02-28T05:22:08Z</dc:date>
    </item>
    <item>
      <title>Re: Export all sheets to ppt</title>
      <link>https://community.qlik.com/t5/QlikView/Export-all-sheets-to-ppt/m-p/583457#M683546</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this.....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sub exportppt&lt;/P&gt;&lt;P&gt;Set objPPT = CreateObject("PowerPoint.Application")&lt;/P&gt;&lt;P&gt;objPPT.Visible = True&lt;/P&gt;&lt;P&gt;Set objPresentation = objPPT.Presentations.Add&lt;/P&gt;&lt;P&gt;PPSlideNo = 1&lt;/P&gt;&lt;P&gt;For i = 0 to activedocument.noofsheets -1&lt;/P&gt;&lt;P&gt;Set PPSlide = objPresentation.Slides.Add(PPSlideNo,12)&lt;/P&gt;&lt;P&gt;ActiveDocument.GetApplication.WaitForIdle&lt;/P&gt;&lt;P&gt;ActiveDocument.ActiveSheet.CopyBitmapToClipboard&lt;/P&gt;&lt;P&gt;PPSlide.Shapes.Paste&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Set PPSlide = Nothing&lt;/P&gt;&lt;P&gt;Set PPPres = Nothing&lt;/P&gt;&lt;P&gt;Set PPApp = Nothing&lt;/P&gt;&lt;P&gt;activedocument.nexttab &lt;/P&gt;&lt;P&gt;PPSlideNo = PPSlideNo + 1 &lt;/P&gt;&lt;P&gt;NEXT&lt;/P&gt;&lt;P&gt;End Sub&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 03 Mar 2014 14:14:44 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-all-sheets-to-ppt/m-p/583457#M683546</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-03-03T14:14:44Z</dc:date>
    </item>
    <item>
      <title>Re: Export all sheets to ppt</title>
      <link>https://community.qlik.com/t5/QlikView/Export-all-sheets-to-ppt/m-p/583458#M683547</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #666666; font-size: 14px; background-color: white; font-family: Helvetica,Arial,sans-serif; font-weight: normal;"&gt;Thanks Siva. But i read this 2 posts before their macro scripts didn't work for me.&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Mar 2014 07:46:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-all-sheets-to-ppt/m-p/583458#M683547</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-03-05T07:46:52Z</dc:date>
    </item>
    <item>
      <title>Re: Export all sheets to ppt</title>
      <link>https://community.qlik.com/t5/QlikView/Export-all-sheets-to-ppt/m-p/583459#M683548</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Hi SurynnChin&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Your are actually on the way use for conditions&amp;nbsp;&amp;nbsp;&amp;nbsp; for no of sheets&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt; For i = 0 To ActiveDocument.NoOfSheets - 1&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&amp;nbsp;&amp;nbsp; '&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Set MySheet = ActiveDocument.GetSheet(i)&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Hope it helps &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Mar 2014 07:47:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-all-sheets-to-ppt/m-p/583459#M683548</guid>
      <dc:creator>sunilkumarqv</dc:creator>
      <dc:date>2014-03-05T07:47:10Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Export all sheets to ppt</title>
      <link>https://community.qlik.com/t5/QlikView/Export-all-sheets-to-ppt/m-p/583460#M683549</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The macro did allow me to copy the image for all sheets in the qv to a ppt slide but however the images got truncated. Any idea for this? Attached a sample app with your macro QlikView demo: Credit Risk Management and the export ppt.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Mar 2014 07:48:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-all-sheets-to-ppt/m-p/583460#M683549</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-03-05T07:48:43Z</dc:date>
    </item>
    <item>
      <title>Re: Export all sheets to ppt</title>
      <link>https://community.qlik.com/t5/QlikView/Export-all-sheets-to-ppt/m-p/583461#M683554</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;At first it did not make sense that the images were truncated, but after running it on my side and comparing results with your pptx I know what the issue is.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The images are actually not truncated. Rather, the image is only what was visible/in view for the qvw app when the macro executes. So, for example, resize the qlikview window to really small and then execute macro (output images are really small). Then resize window to as big as you can make it on the monitor and execute macro (output images as big as you could make it on your monitor).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This proved challenging to explain. Let me know if this doesn't make sense and I'll attempt to illustrate again. Hope that helps!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 05 Mar 2014 14:31:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-all-sheets-to-ppt/m-p/583461#M683554</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-03-05T14:31:00Z</dc:date>
    </item>
    <item>
      <title>Re: Export all sheets to ppt</title>
      <link>https://community.qlik.com/t5/QlikView/Export-all-sheets-to-ppt/m-p/583462#M683555</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for you explanation.&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;Is it possible to output the image after i fit zoom to window? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Mar 2014 02:19:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-all-sheets-to-ppt/m-p/583462#M683555</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-03-06T02:19:29Z</dc:date>
    </item>
    <item>
      <title>Re: Export all sheets to ppt</title>
      <link>https://community.qlik.com/t5/QlikView/Export-all-sheets-to-ppt/m-p/583463#M683557</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm sorry....I don't understand your question.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Are you saying - is it possible to fit the zoom to window (using macro) and then export image to ppt?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Mar 2014 14:06:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-all-sheets-to-ppt/m-p/583463#M683557</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-03-06T14:06:55Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Export all sheets to ppt</title>
      <link>https://community.qlik.com/t5/QlikView/Export-all-sheets-to-ppt/m-p/583464#M683558</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Add the following four statements to your macro, immediately after the SUB header:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ActiveDocument.ActiveSheet.FitZoomToWindow&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ActiveDocument.GetApplication.WaitForIdle &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ActiveDocument.GetApplication.Refresh&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: courier new,courier;"&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; ActiveDocument.ActiveSheet.ApplyZoomToAllSheets&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 06 Mar 2014 14:28:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-all-sheets-to-ppt/m-p/583464#M683558</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2014-03-06T14:28:35Z</dc:date>
    </item>
    <item>
      <title>Re: Export all sheets to ppt</title>
      <link>https://community.qlik.com/t5/QlikView/Export-all-sheets-to-ppt/m-p/583465#M683560</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I did what as you told but i still can't get a full image.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Mar 2014 02:01:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-all-sheets-to-ppt/m-p/583465#M683560</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-03-07T02:01:29Z</dc:date>
    </item>
    <item>
      <title>Re: Export all sheets to ppt</title>
      <link>https://community.qlik.com/t5/QlikView/Export-all-sheets-to-ppt/m-p/583466#M683561</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes but it's seem like even i have fit the zoom to window and then export, i still can't output the full image.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Mar 2014 02:03:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-all-sheets-to-ppt/m-p/583466#M683561</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-03-07T02:03:33Z</dc:date>
    </item>
    <item>
      <title>Re: Export all sheets to ppt</title>
      <link>https://community.qlik.com/t5/QlikView/Export-all-sheets-to-ppt/m-p/583467#M683564</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you possibly provide the most current demo files you're testing with?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Mar 2014 14:19:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-all-sheets-to-ppt/m-p/583467#M683564</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-03-07T14:19:32Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Export all sheets to ppt</title>
      <link>https://community.qlik.com/t5/QlikView/Export-all-sheets-to-ppt/m-p/583468#M683569</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;As attached and i reattached the ppt as well.&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Mar 2014 15:30:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-all-sheets-to-ppt/m-p/583468#M683569</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-03-07T15:30:48Z</dc:date>
    </item>
    <item>
      <title>Re: Export all sheets to ppt</title>
      <link>https://community.qlik.com/t5/QlikView/Export-all-sheets-to-ppt/m-p/583469#M683573</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Surynn,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please use array:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sub Export_ppt&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dim myArray(2)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;myArray(0) = "LB04"&lt;/P&gt;&lt;P&gt;myArray(1) = "LB06"&lt;/P&gt;&lt;P&gt;myArray(2) = "CH02"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Set objPPT = CreateObject("PowerPoint.Application")&lt;/P&gt;&lt;P&gt;objPPT.Visible = True&lt;/P&gt;&lt;P&gt;Set objPresentation = objPPT.Presentations.Add&lt;/P&gt;&lt;P&gt;For count = 0 to ubound(MyArray)&lt;/P&gt;&lt;P&gt;Set PPSlide = objPresentation.Slides.Add(1,11)&lt;/P&gt;&lt;P&gt;ActiveDocument.GetSheetObject(MyArray(count)).CopyBitmapToClipboard&lt;/P&gt;&lt;P&gt;PPSlide.Shapes.Paste&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Next&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Set PPSlide = Nothing&lt;/P&gt;&lt;P&gt;Set PPPres = Nothing&lt;/P&gt;&lt;P&gt;Set PPApp = Nothing&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;End Sub&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;There are two drop-down fields on the left side from macro-editor - the settings must be system access.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Mar 2014 15:39:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-all-sheets-to-ppt/m-p/583469#M683573</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-03-07T15:39:59Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Re: Export all sheets to ppt</title>
      <link>https://community.qlik.com/t5/QlikView/Export-all-sheets-to-ppt/m-p/583470#M683574</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Weird.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I do get a complete picture in every powerpoint sheet. See attachment.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is your desktop set at 100% scaling?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Mar 2014 15:56:53 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-all-sheets-to-ppt/m-p/583470#M683574</guid>
      <dc:creator>Peter_Cammaert</dc:creator>
      <dc:date>2014-03-07T15:56:53Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Export all sheets to ppt</title>
      <link>https://community.qlik.com/t5/QlikView/Export-all-sheets-to-ppt/m-p/583471#M683576</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes at 100% scaling. You didn't get a complete pic for the last sheet, the last sheet is a bit longer.&lt;IMG alt="Capture.PNG.png" class="jive-image" src="https://community.qlik.com/legacyfs/online/54538_Capture.PNG.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Mar 2014 16:57:58 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-all-sheets-to-ppt/m-p/583471#M683576</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-03-07T16:57:58Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Export all sheets to ppt</title>
      <link>https://community.qlik.com/t5/QlikView/Export-all-sheets-to-ppt/m-p/583472#M683577</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks Nitha for your response. But i want export the whole sheet instead of a few objects.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Mar 2014 16:59:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-all-sheets-to-ppt/m-p/583472#M683577</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-03-07T16:59:48Z</dc:date>
    </item>
    <item>
      <title>Re: Export all sheets to ppt</title>
      <link>https://community.qlik.com/t5/QlikView/Export-all-sheets-to-ppt/m-p/583473#M683578</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The issue doesn't appear to be with the sizing of the sheet in the window view rather the overall size of the qlikview window. I tested removing the tabrow as well as disabled any toolbars to get "more" on the screen and in fact, there was more in the image exported to ppt.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;So that, in part, clarifies where the problem is.......now the question is how to resolve it....of course you could always call the windows script and execute a printscreen image to copy...but that would result in seeing the application pieces in the image as well which I imagine is not desired.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 07 Mar 2014 17:43:24 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-all-sheets-to-ppt/m-p/583473#M683578</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-03-07T17:43:24Z</dc:date>
    </item>
    <item>
      <title>Re: Export all sheets to ppt</title>
      <link>https://community.qlik.com/t5/QlikView/Export-all-sheets-to-ppt/m-p/583474#M683579</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You mean the bigger the screen or the higher the screen resolution, the more image i got? So if it want get a complete image of the application, my application window size must smaller than my screen? Call the windows script and execute a printscreen image to copy is the only way out?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 10 Mar 2014 01:43:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-all-sheets-to-ppt/m-p/583474#M683579</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-03-10T01:43:04Z</dc:date>
    </item>
  </channel>
</rss>

