<?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: Problem to save the exported chart data into excel through macro in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Problem-to-save-the-exported-chart-data-into-excel-through-macro/m-p/668073#M242929</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you attach a sample app ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 27 Jun 2014 10:15:30 GMT</pubDate>
    <dc:creator>omyahamburg</dc:creator>
    <dc:date>2014-06-27T10:15:30Z</dc:date>
    <item>
      <title>Problem to save the exported chart data into excel through macro</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-to-save-the-exported-chart-data-into-excel-through-macro/m-p/668068#M242924</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Geniuses,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have got one dashboard on web which actually help me to pick the data of different objects and save it into the different sheets of the excel file &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Now the problem is its not saving that file, I want that once I reload the dashboard macro will run create the workbook and save it to the specified path and when I run the dashboard again it will replace the excel with the current data that is truncate and load, I dont want concatenation&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am attaching the application please look the macro exportToExcel_Variant2 I want to modify this macro.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me as I have to submit this today &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Shashank&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jun 2014 09:21:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-to-save-the-exported-chart-data-into-excel-through-macro/m-p/668068#M242924</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-06-27T09:21:36Z</dc:date>
    </item>
    <item>
      <title>Re: Problem to save the exported chart data into excel through macro</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-to-save-the-exported-chart-data-into-excel-through-macro/m-p/668069#M242925</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Before the "end Sub" command, enter&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;filePath = "yourDrive:\yourFolder\yourFileName".xlsx"&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;objExcelWorkbook.SaveAs filePath&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards&lt;/P&gt;&lt;P&gt;Joerg&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jun 2014 09:50:15 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-to-save-the-exported-chart-data-into-excel-through-macro/m-p/668069#M242925</guid>
      <dc:creator>omyahamburg</dc:creator>
      <dc:date>2014-06-27T09:50:15Z</dc:date>
    </item>
    <item>
      <title>Re: Problem to save the exported chart data into excel through macro</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-to-save-the-exported-chart-data-into-excel-through-macro/m-p/668070#M242926</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Awsum Its working..... But the problem is that excel will open when macro run I dont want the excel to get opened.... means once it saved the data it should close I dont want to manually close it&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jun 2014 09:58:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-to-save-the-exported-chart-data-into-excel-through-macro/m-p/668070#M242926</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-06-27T09:58:49Z</dc:date>
    </item>
    <item>
      <title>Re: Problem to save the exported chart data into excel through macro</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-to-save-the-exported-chart-data-into-excel-through-macro/m-p/668071#M242927</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;then add also&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;objExcelWorkbook.Close &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jun 2014 10:03:33 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-to-save-the-exported-chart-data-into-excel-through-macro/m-p/668071#M242927</guid>
      <dc:creator>omyahamburg</dc:creator>
      <dc:date>2014-06-27T10:03:33Z</dc:date>
    </item>
    <item>
      <title>Re: Problem to save the exported chart data into excel through macro</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-to-save-the-exported-chart-data-into-excel-through-macro/m-p/668072#M242928</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have tried that before it's not working, if i add that even the data is not coming into excel. It will show some hanged screen of excel&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;attach is the screenshot&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="err.jpg" class="jive-image" src="https://community.qlik.com/legacyfs/online/61332_err.jpg" style="width: 620px; height: 388px;" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jun 2014 10:11:28 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-to-save-the-exported-chart-data-into-excel-through-macro/m-p/668072#M242928</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-06-27T10:11:28Z</dc:date>
    </item>
    <item>
      <title>Re: Problem to save the exported chart data into excel through macro</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-to-save-the-exported-chart-data-into-excel-through-macro/m-p/668073#M242929</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Could you attach a sample app ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jun 2014 10:15:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-to-save-the-exported-chart-data-into-excel-through-macro/m-p/668073#M242929</guid>
      <dc:creator>omyahamburg</dc:creator>
      <dc:date>2014-06-27T10:15:30Z</dc:date>
    </item>
    <item>
      <title>Re: Problem to save the exported chart data into excel through macro</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-to-save-the-exported-chart-data-into-excel-through-macro/m-p/668074#M242930</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I have attached that in the original post..... I dnt know Its not allowing me to attach now..... Please look into that&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jun 2014 10:22:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-to-save-the-exported-chart-data-into-excel-through-macro/m-p/668074#M242930</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-06-27T10:22:32Z</dc:date>
    </item>
    <item>
      <title>Re: Problem to save the exported chart data into excel through macro</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-to-save-the-exported-chart-data-into-excel-through-macro/m-p/668075#M242931</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; font-size: 12px; background-color: #f6f6f6;"&gt;I have attached that in the original post..... I dnt know Its not allowing me to attach now..... Please look into that&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jun 2014 10:23:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-to-save-the-exported-chart-data-into-excel-through-macro/m-p/668075#M242931</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-06-27T10:23:21Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Problem to save the exported chart data into excel through macro</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-to-save-the-exported-chart-data-into-excel-through-macro/m-p/668076#M242932</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This app is the one in which I have added your save logic &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please look the macro exportToExcel_Variant2&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jun 2014 10:29:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-to-save-the-exported-chart-data-into-excel-through-macro/m-p/668076#M242932</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-06-27T10:29:21Z</dc:date>
    </item>
    <item>
      <title>Re: Problem to save the exported chart data into excel through macro</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-to-save-the-exported-chart-data-into-excel-through-macro/m-p/668077#M242933</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sorry, try to replace with this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;filePath ="D:\MacroApp\qlikblog_ExportToMultipleExcelSheets\M"&amp;amp;".xlsx" &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jun 2014 10:33:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-to-save-the-exported-chart-data-into-excel-through-macro/m-p/668077#M242933</guid>
      <dc:creator>omyahamburg</dc:creator>
      <dc:date>2014-06-27T10:33:11Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Problem to save the exported chart data into excel through macro</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-to-save-the-exported-chart-data-into-excel-through-macro/m-p/668078#M242934</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Still its not closing same hanged screen problem &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jun 2014 10:37:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-to-save-the-exported-chart-data-into-excel-through-macro/m-p/668078#M242934</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-06-27T10:37:19Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Re: Problem to save the exported chart data into excel through macro</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-to-save-the-exported-chart-data-into-excel-through-macro/m-p/668079#M242935</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;This works with me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jun 2014 10:43:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-to-save-the-exported-chart-data-into-excel-through-macro/m-p/668079#M242935</guid>
      <dc:creator>omyahamburg</dc:creator>
      <dc:date>2014-06-27T10:43:20Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Problem to save the exported chart data into excel through macro</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-to-save-the-exported-chart-data-into-excel-through-macro/m-p/668080#M242936</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can You upload it again I think its not properly uploaded as I am not able to open it&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jun 2014 10:49:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-to-save-the-exported-chart-data-into-excel-through-macro/m-p/668080#M242936</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-06-27T10:49:45Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Problem to save the exported chart data into excel through macro</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-to-save-the-exported-chart-data-into-excel-through-macro/m-p/668081#M242937</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try to use this in your macro&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;filePath ="C:\M"&amp;amp;".xlsx"&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 'try this path first, then change to your path&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;objExcelWorkbook.SaveAs filePath&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;objExcelWorkbook.Close&amp;nbsp; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please note, this closes the Excel file, not Excel itself.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Jun 2014 11:25:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-to-save-the-exported-chart-data-into-excel-through-macro/m-p/668081#M242937</guid>
      <dc:creator>omyahamburg</dc:creator>
      <dc:date>2014-06-27T11:25:54Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Problem to save the exported chart data into excel through macro</title>
      <link>https://community.qlik.com/t5/QlikView/Problem-to-save-the-exported-chart-data-into-excel-through-macro/m-p/668082#M242938</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; objExcelWorkbook.Application.Quit&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I used this and it worked &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/grin.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But realy thanks for ur awsum help &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, 27 Jun 2014 11:34:34 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Problem-to-save-the-exported-chart-data-into-excel-through-macro/m-p/668082#M242938</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2014-06-27T11:34:34Z</dc:date>
    </item>
  </channel>
</rss>

