<?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: Export to excel w/ macro in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Export-to-excel-w-macro/m-p/948256#M959449</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Then add a line to the macro code that saves the document.&amp;nbsp; Just like the blog post says:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE style="margin: 0 !important; padding: 0 !important; border: 0px !important; font-size: 0.99em !important; background: none !important;"&gt;&lt;TBODY style="margin: 0 !important; padding: 0 !important; font-size: 0.99em !important; background: none !important;"&gt;&lt;TR style="margin: 0 !important; padding: 0 !important; border: 0px !important; font-size: 0.99em !important; background: none !important;"&gt;&lt;TD class="number" style="margin: 0 !important; padding: 0 !important; border: 0px !important; font-size: 0.99em !important; color: #afafaf !important; background: none !important;"&gt;&lt;CODE style="margin: 0 !important; padding: 0 0.3em 0 0 !important; font-size: 0.99em !important; font-family: Consolas, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace !important; text-align: right !important; background: none !important;"&gt;36&lt;/CODE&gt;&lt;/TD&gt;&lt;TD class="content" style="margin: 0 !important; padding: 0 0 0 0.5em !important; border-width: 0px 0px 0px 3px !important; border-left-style: solid !important; border-left-color: #6ce26c !important; font-size: 0.99em !important; color: #000000 !important; background: none !important;"&gt;&lt;CODE class="comments" style="margin: 0 !important; padding: 0 !important; font-size: 0.99em !important; font-family: Consolas, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace !important; color: #008200 !important; background: none !important;"&gt;'// Now either just leave Excel open or do some other stuff here&lt;/CODE&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;TABLE style="margin: 0 !important; padding: 0 !important; border: 0px !important; font-size: 0.99em !important; background: none !important;"&gt;&lt;TBODY style="margin: 0 !important; padding: 0 !important; font-size: 0.99em !important; background: none !important;"&gt;&lt;TR style="margin: 0 !important; padding: 0 !important; border: 0px !important; font-size: 0.99em !important; background: none !important;"&gt;&lt;TD class="number" style="margin: 0 !important; padding: 0 !important; border: 0px !important; font-size: 0.99em !important; color: #afafaf !important; background: none !important;"&gt;&lt;CODE style="margin: 0 !important; padding: 0 0.3em 0 0 !important; font-size: 0.99em !important; font-family: Consolas, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace !important; text-align: right !important; background: none !important;"&gt;37&lt;/CODE&gt;&lt;/TD&gt;&lt;TD class="content" style="margin: 0 !important; padding: 0 0 0 0.5em !important; border-width: 0px 0px 0px 3px !important; border-left-style: solid !important; border-left-color: #6ce26c !important; font-size: 0.99em !important; color: #000000 !important; background: none !important;"&gt;&lt;CODE class="comments" style="margin: 0 !important; padding: 0 !important; font-size: 0.99em !important; font-family: Consolas, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace !important; color: #008200 !important; background: none !important;"&gt;'// like saving the excel, some formatting stuff, ...&lt;/CODE&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's just vbscript. The internet is full of it. &lt;SPAN style="font-size: 13.3333px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Consolas, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace; font-size: 12.9184px;"&gt;objExcelWorkbook.save &lt;/SPAN&gt;or something like it. Have a google. Or hire a programmer if you want to be lazy. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/silly.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 22 Oct 2015 17:48:16 GMT</pubDate>
    <dc:creator>Gysbert_Wassenaar</dc:creator>
    <dc:date>2015-10-22T17:48:16Z</dc:date>
    <item>
      <title>Export to excel w/ macro</title>
      <link>https://community.qlik.com/t5/QlikView/Export-to-excel-w-macro/m-p/948249#M959442</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm exporting one object to excel with this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sub ChartToEXCEL&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; set obj = ActiveDocument.GetSheetObject("GR")&amp;nbsp; &lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; obj.ExportEx "E:\QlikView\DESA\APP\TABLA2.XLS", 5 &lt;/P&gt;&lt;P&gt;end sub&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;To Sheet 1&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now i'd like to export 2 objects to the same excel,&lt;STRONG&gt; to sheet 1 and sheet 2&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can i do this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Oct 2015 15:41:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-to-excel-w-macro/m-p/948249#M959442</guid>
      <dc:creator />
      <dc:date>2015-10-22T15:41:11Z</dc:date>
    </item>
    <item>
      <title>Re: Export to excel w/ macro</title>
      <link>https://community.qlik.com/t5/QlikView/Export-to-excel-w-macro/m-p/948250#M959443</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;See this blog post: &lt;A href="http://www.qlikblog.at/971/qliktip-32-exporting-multiple-objects-single-excel-document/" title="http://www.qlikblog.at/971/qliktip-32-exporting-multiple-objects-single-excel-document/"&gt;QlikTip #32: Exporting multiple QV objects to a single Excel document&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Oct 2015 15:45:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-to-excel-w-macro/m-p/948250#M959443</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2015-10-22T15:45:12Z</dc:date>
    </item>
    <item>
      <title>Re: Export to excel w/ macro</title>
      <link>https://community.qlik.com/t5/QlikView/Export-to-excel-w-macro/m-p/948251#M959444</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you this is useful&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;but i'd like to save the excel, i mean export and save &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;not only export&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;regards&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Oct 2015 16:05:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-to-excel-w-macro/m-p/948251#M959444</guid>
      <dc:creator />
      <dc:date>2015-10-22T16:05:45Z</dc:date>
    </item>
    <item>
      <title>Re: Export to excel w/ macro</title>
      <link>https://community.qlik.com/t5/QlikView/Export-to-excel-w-macro/m-p/948252#M959445</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;And what's stopping you?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Oct 2015 16:19:04 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-to-excel-w-macro/m-p/948252#M959445</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2015-10-22T16:19:04Z</dc:date>
    </item>
    <item>
      <title>Re: Export to excel w/ macro</title>
      <link>https://community.qlik.com/t5/QlikView/Export-to-excel-w-macro/m-p/948253#M959446</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;How do i do that? &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Oct 2015 17:15:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-to-excel-w-macro/m-p/948253#M959446</guid>
      <dc:creator />
      <dc:date>2015-10-22T17:15:11Z</dc:date>
    </item>
    <item>
      <title>Re: Export to excel w/ macro</title>
      <link>https://community.qlik.com/t5/QlikView/Export-to-excel-w-macro/m-p/948254#M959447</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do what?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Oct 2015 17:24:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-to-excel-w-macro/m-p/948254#M959447</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2015-10-22T17:24:45Z</dc:date>
    </item>
    <item>
      <title>Re: Export to excel w/ macro</title>
      <link>https://community.qlik.com/t5/QlikView/Export-to-excel-w-macro/m-p/948255#M959448</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I want to save the excel in the macro, not only export.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;With this macro i am only exporting it.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Oct 2015 17:28:48 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-to-excel-w-macro/m-p/948255#M959448</guid>
      <dc:creator />
      <dc:date>2015-10-22T17:28:48Z</dc:date>
    </item>
    <item>
      <title>Re: Export to excel w/ macro</title>
      <link>https://community.qlik.com/t5/QlikView/Export-to-excel-w-macro/m-p/948256#M959449</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Then add a line to the macro code that saves the document.&amp;nbsp; Just like the blog post says:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;TABLE style="margin: 0 !important; padding: 0 !important; border: 0px !important; font-size: 0.99em !important; background: none !important;"&gt;&lt;TBODY style="margin: 0 !important; padding: 0 !important; font-size: 0.99em !important; background: none !important;"&gt;&lt;TR style="margin: 0 !important; padding: 0 !important; border: 0px !important; font-size: 0.99em !important; background: none !important;"&gt;&lt;TD class="number" style="margin: 0 !important; padding: 0 !important; border: 0px !important; font-size: 0.99em !important; color: #afafaf !important; background: none !important;"&gt;&lt;CODE style="margin: 0 !important; padding: 0 0.3em 0 0 !important; font-size: 0.99em !important; font-family: Consolas, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace !important; text-align: right !important; background: none !important;"&gt;36&lt;/CODE&gt;&lt;/TD&gt;&lt;TD class="content" style="margin: 0 !important; padding: 0 0 0 0.5em !important; border-width: 0px 0px 0px 3px !important; border-left-style: solid !important; border-left-color: #6ce26c !important; font-size: 0.99em !important; color: #000000 !important; background: none !important;"&gt;&lt;CODE class="comments" style="margin: 0 !important; padding: 0 !important; font-size: 0.99em !important; font-family: Consolas, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace !important; color: #008200 !important; background: none !important;"&gt;'// Now either just leave Excel open or do some other stuff here&lt;/CODE&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;TABLE style="margin: 0 !important; padding: 0 !important; border: 0px !important; font-size: 0.99em !important; background: none !important;"&gt;&lt;TBODY style="margin: 0 !important; padding: 0 !important; font-size: 0.99em !important; background: none !important;"&gt;&lt;TR style="margin: 0 !important; padding: 0 !important; border: 0px !important; font-size: 0.99em !important; background: none !important;"&gt;&lt;TD class="number" style="margin: 0 !important; padding: 0 !important; border: 0px !important; font-size: 0.99em !important; color: #afafaf !important; background: none !important;"&gt;&lt;CODE style="margin: 0 !important; padding: 0 0.3em 0 0 !important; font-size: 0.99em !important; font-family: Consolas, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace !important; text-align: right !important; background: none !important;"&gt;37&lt;/CODE&gt;&lt;/TD&gt;&lt;TD class="content" style="margin: 0 !important; padding: 0 0 0 0.5em !important; border-width: 0px 0px 0px 3px !important; border-left-style: solid !important; border-left-color: #6ce26c !important; font-size: 0.99em !important; color: #000000 !important; background: none !important;"&gt;&lt;CODE class="comments" style="margin: 0 !important; padding: 0 !important; font-size: 0.99em !important; font-family: Consolas, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace !important; color: #008200 !important; background: none !important;"&gt;'// like saving the excel, some formatting stuff, ...&lt;/CODE&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It's just vbscript. The internet is full of it. &lt;SPAN style="font-size: 13.3333px;"&gt; &lt;/SPAN&gt;&lt;SPAN style="color: #000000; font-family: Consolas, 'Bitstream Vera Sans Mono', 'Courier New', Courier, monospace; font-size: 12.9184px;"&gt;objExcelWorkbook.save &lt;/SPAN&gt;or something like it. Have a google. Or hire a programmer if you want to be lazy. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/silly.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Oct 2015 17:48:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-to-excel-w-macro/m-p/948256#M959449</guid>
      <dc:creator>Gysbert_Wassenaar</dc:creator>
      <dc:date>2015-10-22T17:48:16Z</dc:date>
    </item>
    <item>
      <title>Re: Export to excel w/ macro</title>
      <link>https://community.qlik.com/t5/QlikView/Export-to-excel-w-macro/m-p/948257#M959450</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;Hi Jeremias,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;See the macro code used here: &lt;A href="https://community.qlik.com/docs/DOC-5405"&gt;Export to Excel for each dimension value as separate sheet&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;Also, you can find many information about macros in : &lt;A href="https://community.qlik.com/docs/DOC-4870"&gt;Useful Qlikview Macros&lt;/A&gt; &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;Regards,&lt;/SPAN&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;SPAN style="font-family: calibri, verdana, arial, sans-serif;"&gt;Eliza&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 22 Oct 2015 19:49:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-to-excel-w-macro/m-p/948257#M959450</guid>
      <dc:creator>ElizaF</dc:creator>
      <dc:date>2015-10-22T19:49:37Z</dc:date>
    </item>
  </channel>
</rss>

