<?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 appExcel.ActiveSheet.SaveAs how to save in Excel 2003 in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/appExcel-ActiveSheet-SaveAs-how-to-save-in-Excel-2003/m-p/533450#M694867</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all... i've to export one table from qlikview to excel; i've done one macro that do the job in a correct way but the file created is in 2010 format (xlsx).&lt;/P&gt;&lt;P&gt;Now i've to open this file with a 2003 version of excel (.xls), modify it and then reload in qlikview.&lt;/P&gt;&lt;P&gt;i'd like to know if there is a way to specify the format of the file to export.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;best regards&lt;/P&gt;&lt;P&gt;Andrea&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 02 Jul 2013 20:44:37 GMT</pubDate>
    <dc:creator />
    <dc:date>2013-07-02T20:44:37Z</dc:date>
    <item>
      <title>appExcel.ActiveSheet.SaveAs how to save in Excel 2003</title>
      <link>https://community.qlik.com/t5/QlikView/appExcel-ActiveSheet-SaveAs-how-to-save-in-Excel-2003/m-p/533450#M694867</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi all... i've to export one table from qlikview to excel; i've done one macro that do the job in a correct way but the file created is in 2010 format (xlsx).&lt;/P&gt;&lt;P&gt;Now i've to open this file with a 2003 version of excel (.xls), modify it and then reload in qlikview.&lt;/P&gt;&lt;P&gt;i'd like to know if there is a way to specify the format of the file to export.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;best regards&lt;/P&gt;&lt;P&gt;Andrea&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Jul 2013 20:44:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/appExcel-ActiveSheet-SaveAs-how-to-save-in-Excel-2003/m-p/533450#M694867</guid>
      <dc:creator />
      <dc:date>2013-07-02T20:44:37Z</dc:date>
    </item>
    <item>
      <title>Re: appExcel.ActiveSheet.SaveAs how to save in Excel 2003</title>
      <link>https://community.qlik.com/t5/QlikView/appExcel-ActiveSheet-SaveAs-how-to-save-in-Excel-2003/m-p/533451#M694868</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Fear I have an answer for this.&amp;nbsp; You should be able to just switch the .csv in my code below with a .xls or add an &amp;amp;".xls" to the end of the filename in your script.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;If you' use the same vb type code I have below, you can specify the file extension where you specify the file name and it works.&amp;nbsp; There might be something like that on whichever code protocol you are using too.&amp;nbsp; (I hadn't played with this script in a month, but I pushed the button just now and the file came out with today's date in the name and .csv format.)&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is macro code I have on an export to file button in one of my files.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sub Test&lt;/P&gt;&lt;P&gt; set obj = ActiveDocument.GetSheetObject("TB02")&lt;/P&gt;&lt;P&gt; File = "C:\users\steve\desktop\"&amp;amp;"Test "&amp;amp; DatePart("YYYY", Now()) &amp;amp; "-"&amp;amp; DatePart("M", Now()) &amp;amp;"-"&amp;amp; DatePart("D", Now()) &amp;amp; ".csv"&lt;/P&gt;&lt;P&gt; obj.Export File, ","&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;(I had it up to emailing the file, but I broke that by accident and lost the backup so fell back to this straight export for now. &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 02 Jul 2013 21:05:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/appExcel-ActiveSheet-SaveAs-how-to-save-in-Excel-2003/m-p/533451#M694868</guid>
      <dc:creator>stevelord</dc:creator>
      <dc:date>2013-07-02T21:05:11Z</dc:date>
    </item>
  </channel>
</rss>

