<?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 Print Sheet default PDF A3 size paper in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Print-Sheet-default-PDF-A3-size-paper/m-p/335040#M578729</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have the exact sanme problem. Please help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Devang.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 16 Mar 2012 07:20:07 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-03-16T07:20:07Z</dc:date>
    <item>
      <title>Print Sheet default PDF A3 size paper</title>
      <link>https://community.qlik.com/t5/QlikView/Print-Sheet-default-PDF-A3-size-paper/m-p/335039#M578728</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;I want to macro to&amp;nbsp; print a sheet such a way that default printer pdf should be selected,default a3 size should be printed and should close the pdf by default.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please suggest some solution.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Sun, 04 Mar 2012 19:02:51 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Print-Sheet-default-PDF-A3-size-paper/m-p/335039#M578728</guid>
      <dc:creator />
      <dc:date>2012-03-04T19:02:51Z</dc:date>
    </item>
    <item>
      <title>Print Sheet default PDF A3 size paper</title>
      <link>https://community.qlik.com/t5/QlikView/Print-Sheet-default-PDF-A3-size-paper/m-p/335040#M578729</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have the exact sanme problem. Please help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Devang.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 16 Mar 2012 07:20:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Print-Sheet-default-PDF-A3-size-paper/m-p/335040#M578729</guid>
      <dc:creator />
      <dc:date>2012-03-16T07:20:07Z</dc:date>
    </item>
    <item>
      <title>Re: Print Sheet default PDF A3 size paper</title>
      <link>https://community.qlik.com/t5/QlikView/Print-Sheet-default-PDF-A3-size-paper/m-p/335041#M578730</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Anyone who has managed to set default size to a4 yet?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 14 Jan 2013 14:16:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Print-Sheet-default-PDF-A3-size-paper/m-p/335041#M578730</guid>
      <dc:creator />
      <dc:date>2013-01-14T14:16:35Z</dc:date>
    </item>
    <item>
      <title>Re: Print Sheet default PDF A3 size paper</title>
      <link>https://community.qlik.com/t5/QlikView/Print-Sheet-default-PDF-A3-size-paper/m-p/335042#M578731</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Set xlobj = CreateObject("Excel.Application")&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; Set wrkbook = xlobj.Workbooks.Open(varExcelFile)&lt;/P&gt;&lt;P&gt;&amp;nbsp; Set wrksht = xlobj.worksheets("Sheet1")&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-family: 'Segoe UI', Tahoma, Arial, Helvetica, sans-serif; background-color: #fffbe9;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-family: 'Segoe UI', Tahoma, Arial, Helvetica, sans-serif; background-color: #fffbe9;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; font-family: 'Segoe UI', Tahoma, Arial, Helvetica, sans-serif; background-color: #fffbe9;"&gt;wrksht.PageSetup.PaperSize = 8&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ' xlPaperA3 = 8&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #222222; background-color: #fffbe9; font-family: 'Segoe UI', Tahoma, Arial, Helvetica, sans-serif;"&gt;wrksht.PageSetup.PaperSize = 9&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; ' xlPaperA4 = 9&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Feb 2014 17:07:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Print-Sheet-default-PDF-A3-size-paper/m-p/335042#M578731</guid>
      <dc:creator>chematos</dc:creator>
      <dc:date>2014-02-20T17:07:42Z</dc:date>
    </item>
    <item>
      <title>Re: Print Sheet default PDF A3 size paper</title>
      <link>https://community.qlik.com/t5/QlikView/Print-Sheet-default-PDF-A3-size-paper/m-p/335043#M578732</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;The printer is the user default printer or the local default printer, I don't know if there is a way to choose the printer without a prompt message, but if the macro would always be executed in frontend, there is no problem to setup a prompt message, if it should be executed in background.... I don't know. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Try this to select the printer:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;xlObj.Dialogs(xlDialogPrinterSetup).Show &lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;Use this to close the document:&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;xlobj.Close()&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;xlobj.Quit()&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 20 Feb 2014 19:00:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Print-Sheet-default-PDF-A3-size-paper/m-p/335043#M578732</guid>
      <dc:creator>chematos</dc:creator>
      <dc:date>2014-02-20T19:00:21Z</dc:date>
    </item>
  </channel>
</rss>

