<?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: Re: Export a straight or pivot table to CSV through a button object in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Export-a-straight-or-pivot-table-to-CSV-through-a-button-object/m-p/642084#M235215</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;Check this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="sql" __jive_macro_name="code" class="jive_text_macro jive_macro_code _jivemacro_uid_1415093600314706" jivemacro_uid="_1415093600314706"&gt;
&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Sub Test&lt;/P&gt;
&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;XLSFile = "C:\Temp\test.xls"&lt;/P&gt;
&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;TXTFile= "C:\Temp\test.txt"&lt;/P&gt;
&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Set objExcelApp = CreateObject("Excel.Application")&lt;/P&gt;
&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Set objExcelDoc = objExcelApp.Workbooks.Add&lt;/P&gt;
&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;set xlSheet = objExcelDoc.Sheets("Sheet1")&lt;/P&gt;
&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;ActiveDocument.GetSheetObject("TB01").CopyTableToClipboard true&lt;/P&gt;
&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;xlSheet.Range("A1").Select&lt;/P&gt;
&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;xlSheet.Paste&lt;/P&gt;
&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;objExcelApp.DisplayAlerts = false&lt;/P&gt;
&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;objExcelDoc.SaveAs XLSFile&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;
&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;objExcelDoc.SaveAs TXTFile, -4158 &lt;/P&gt;
&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;objExcelDoc.Close&lt;/P&gt;
&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;objExcelApp.DisplayAlerts = true&lt;/P&gt;
&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;End Sub&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;ASHFAQ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 04 Nov 2014 09:29:19 GMT</pubDate>
    <dc:creator>ashfaq_haseeb</dc:creator>
    <dc:date>2014-11-04T09:29:19Z</dc:date>
    <item>
      <title>Export a straight or pivot table to CSV through a button object</title>
      <link>https://community.qlik.com/t5/QlikView/Export-a-straight-or-pivot-table-to-CSV-through-a-button-object/m-p/642075#M235206</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;If user wants to export a straight table or pivot table into CSV format, then user have to right click onto the object and then select the file type-CSV and give file name, then user can export table into CSV format.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But on front end, I want to create a button. User will click on it which will enable user to export the table (straight table id: Ch03) into CSV format by just clicking on it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;All ur ideas are warmly welcomed. . .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;BRIJESH&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jun 2014 05:42:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-a-straight-or-pivot-table-to-CSV-through-a-button-object/m-p/642075#M235206</guid>
      <dc:creator>brijesh1991</dc:creator>
      <dc:date>2014-06-06T05:42:30Z</dc:date>
    </item>
    <item>
      <title>Re: Export a straight or pivot table to CSV through a button object</title>
      <link>https://community.qlik.com/t5/QlikView/Export-a-straight-or-pivot-table-to-CSV-through-a-button-object/m-p/642076#M235207</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You can write a macro for that and run the macro on the button click event.&lt;/P&gt;&lt;P&gt;&lt;BR /&gt; &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jun 2014 07:44:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-a-straight-or-pivot-table-to-CSV-through-a-button-object/m-p/642076#M235207</guid>
      <dc:creator>ankit777</dc:creator>
      <dc:date>2014-06-06T07:44:54Z</dc:date>
    </item>
    <item>
      <title>Re: Export a straight or pivot table to CSV through a button object</title>
      <link>https://community.qlik.com/t5/QlikView/Export-a-straight-or-pivot-table-to-CSV-through-a-button-object/m-p/642077#M235208</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Search community. I saw ready script in some thread... &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jun 2014 07:52:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-a-straight-or-pivot-table-to-CSV-through-a-button-object/m-p/642077#M235208</guid>
      <dc:creator />
      <dc:date>2014-06-06T07:52:11Z</dc:date>
    </item>
    <item>
      <title>Re: Export a straight or pivot table to CSV through a button object</title>
      <link>https://community.qlik.com/t5/QlikView/Export-a-straight-or-pivot-table-to-CSV-through-a-button-object/m-p/642078#M235209</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;The following code creates the Excel sheet in correct format.&lt;/P&gt;&lt;P&gt; &lt;BR /&gt;sub Export&lt;/P&gt;&lt;P&gt;set obj1 = ActiveDocument.GetSheetObject("TB01")&lt;/P&gt;&lt;P&gt;obj1.ExportBiff "C:\Documents and Settings\596732\Desktop\manasvi\InnerJoin.xls"&lt;/P&gt;&lt;P&gt;msgbox("Done")&lt;/P&gt;&lt;P&gt;end sub &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Create a buton and run the macro on click.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jun 2014 08:36:11 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-a-straight-or-pivot-table-to-CSV-through-a-button-object/m-p/642078#M235209</guid>
      <dc:creator>ankit777</dc:creator>
      <dc:date>2014-06-06T08:36:11Z</dc:date>
    </item>
    <item>
      <title>Re: Export a straight or pivot table to CSV through a button object</title>
      <link>https://community.qlik.com/t5/QlikView/Export-a-straight-or-pivot-table-to-CSV-through-a-button-object/m-p/642079#M235210</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sir,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;You are right that I can export table onto some specific path on server.&lt;/P&gt;&lt;P&gt;C:\Documents and Settings\596732\Desktop\manasvi\InnerJoin.xls&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I do not want to export onto my server. I had NT authentication; each user should be able to export into CSV format on their local machine by clicking onto it.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks for ideas. . . keep idea'ING', please!!!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;BRIJESH&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jun 2014 09:01:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-a-straight-or-pivot-table-to-CSV-through-a-button-object/m-p/642079#M235210</guid>
      <dc:creator>brijesh1991</dc:creator>
      <dc:date>2014-06-06T09:01:25Z</dc:date>
    </item>
    <item>
      <title>Re: Export a straight or pivot table to CSV through a button object</title>
      <link>https://community.qlik.com/t5/QlikView/Export-a-straight-or-pivot-table-to-CSV-through-a-button-object/m-p/642080#M235211</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;Try this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;&amp;nbsp; &lt;BR /&gt;&amp;nbsp; &lt;BR /&gt;sub Export_To_Excel_View1&lt;/P&gt;&lt;P&gt;Dim xlApp&lt;BR /&gt;Dim xlBook&lt;BR /&gt;Dim xlSheet&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;Set xlApp = CreateObject("Excel.Application")&lt;BR /&gt;xlApp.Visible = true&lt;/P&gt;&lt;P&gt;Set xlBook = xlApp.Workbooks.Add&lt;BR /&gt;Set xlSheet = xlBook.Worksheets("Sheet1")&lt;/P&gt;&lt;P&gt;Set Doc = ActiveDocument&lt;/P&gt;&lt;P&gt;&amp;nbsp; Doc.GetSheetObject("CH89").CopyTableToClipBoard true&lt;BR /&gt; xlApp.ActiveSheet.Range("A1").Select&lt;BR /&gt;xlApp.ActiveSheet.Paste&lt;/P&gt;&lt;P&gt;end sub&amp;nbsp; &lt;BR /&gt;&amp;nbsp;&amp;nbsp; &lt;BR /&gt; &lt;/P&gt;&lt;P&gt;It wil create a excel as soon as run on button click event and the user can save it at desired location.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 06 Jun 2014 09:52:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-a-straight-or-pivot-table-to-CSV-through-a-button-object/m-p/642080#M235211</guid>
      <dc:creator>ankit777</dc:creator>
      <dc:date>2014-06-06T09:52:05Z</dc:date>
    </item>
    <item>
      <title>Re: Export a straight or pivot table to CSV through a button object</title>
      <link>https://community.qlik.com/t5/QlikView/Export-a-straight-or-pivot-table-to-CSV-through-a-button-object/m-p/642081#M235212</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Hi Mishra,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;thanks. . .&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 8pt;"&gt;Getting error&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;ActiveX component can't create object: 'Excel.Application'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;at this line:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Set xlApp = CreateObject("Excel.Application")&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And each user should be able to export into CSV format on their local machine by clicking onto it. Export to Excel icon is already there in Qlikview on right hand corner of each object.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jun 2014 04:27:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-a-straight-or-pivot-table-to-CSV-through-a-button-object/m-p/642081#M235212</guid>
      <dc:creator>brijesh1991</dc:creator>
      <dc:date>2014-06-09T04:27:22Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Export a straight or pivot table to CSV through a button object</title>
      <link>https://community.qlik.com/t5/QlikView/Export-a-straight-or-pivot-table-to-CSV-through-a-button-object/m-p/642082#M235213</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Brijest,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please find the attached Application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Code:&lt;/P&gt;&lt;PRE __default_attr="sql" __jive_macro_name="code" class="jive_text_macro _jivemacro_uid_14022973717759706 jive_macro_code" jivemacro_uid="_14022973717759706"&gt;
&lt;P&gt;sub Export&amp;nbsp; &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; set XLApp = CreateObject("Excel.Application") ' Define Object&amp;nbsp; &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; XLApp.Visible = True 'Visible set as true&amp;nbsp; &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; set XLDoc = XLApp.Workbooks.Add 'Open new workbook&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; set table = ActiveDocument.GetSheetObject("CH01")&amp;nbsp; &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; rem set table = ActiveDocument.GetSheetObject("MB01")&amp;nbsp; &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; set XLSheet = XLDoc.Worksheets(1) 'Select sheet where data should be pasted&amp;nbsp; &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; table.CopyTableToClipboard true 'Copy data to Clipboard&amp;nbsp; &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; XLSheet.Paste XLSheet.Range("A1") 'Paste data into cell&amp;nbsp; &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;
&lt;P&gt;end sub&amp;nbsp; &lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;ASHFAQ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 09 Jun 2014 07:02:13 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-a-straight-or-pivot-table-to-CSV-through-a-button-object/m-p/642082#M235213</guid>
      <dc:creator>ashfaq_haseeb</dc:creator>
      <dc:date>2014-06-09T07:02:13Z</dc:date>
    </item>
    <item>
      <title>Re: Export a straight or pivot table to CSV through a button object</title>
      <link>https://community.qlik.com/t5/QlikView/Export-a-straight-or-pivot-table-to-CSV-through-a-button-object/m-p/642083#M235214</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mohammed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could you please also the code to save automatically the Excel file in a specified path?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This will help in order to get a whole scenario.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot&lt;/P&gt;&lt;P&gt;Alberto&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Nov 2014 09:16:23 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-a-straight-or-pivot-table-to-CSV-through-a-button-object/m-p/642083#M235214</guid>
      <dc:creator />
      <dc:date>2014-11-04T09:16:23Z</dc:date>
    </item>
    <item>
      <title>Re: Re: Export a straight or pivot table to CSV through a button object</title>
      <link>https://community.qlik.com/t5/QlikView/Export-a-straight-or-pivot-table-to-CSV-through-a-button-object/m-p/642084#M235215</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;Check this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="sql" __jive_macro_name="code" class="jive_text_macro jive_macro_code _jivemacro_uid_1415093600314706" jivemacro_uid="_1415093600314706"&gt;
&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Sub Test&lt;/P&gt;
&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;XLSFile = "C:\Temp\test.xls"&lt;/P&gt;
&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;TXTFile= "C:\Temp\test.txt"&lt;/P&gt;
&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Set objExcelApp = CreateObject("Excel.Application")&lt;/P&gt;
&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;Set objExcelDoc = objExcelApp.Workbooks.Add&lt;/P&gt;
&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;set xlSheet = objExcelDoc.Sheets("Sheet1")&lt;/P&gt;
&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;ActiveDocument.GetSheetObject("TB01").CopyTableToClipboard true&lt;/P&gt;
&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;xlSheet.Range("A1").Select&lt;/P&gt;
&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;xlSheet.Paste&lt;/P&gt;
&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;objExcelApp.DisplayAlerts = false&lt;/P&gt;
&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;objExcelDoc.SaveAs XLSFile&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;
&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;objExcelDoc.SaveAs TXTFile, -4158 &lt;/P&gt;
&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;objExcelDoc.Close&lt;/P&gt;
&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;objExcelApp.DisplayAlerts = true&lt;/P&gt;
&lt;P style="font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;End Sub&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;ASHFAQ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Nov 2014 09:29:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-a-straight-or-pivot-table-to-CSV-through-a-button-object/m-p/642084#M235215</guid>
      <dc:creator>ashfaq_haseeb</dc:creator>
      <dc:date>2014-11-04T09:29:19Z</dc:date>
    </item>
    <item>
      <title>Re: Export a straight or pivot table to CSV through a button object</title>
      <link>https://community.qlik.com/t5/QlikView/Export-a-straight-or-pivot-table-to-CSV-through-a-button-object/m-p/642085#M235216</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi my friend.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a lot for the update. It is OK.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;Alberto&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Nov 2014 10:49:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-a-straight-or-pivot-table-to-CSV-through-a-button-object/m-p/642085#M235216</guid>
      <dc:creator />
      <dc:date>2014-11-04T10:49:22Z</dc:date>
    </item>
    <item>
      <title>Re: Export a straight or pivot table to CSV through a button object</title>
      <link>https://community.qlik.com/t5/QlikView/Export-a-straight-or-pivot-table-to-CSV-through-a-button-object/m-p/642086#M235217</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Welcome &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;ASHFAQ&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 04 Nov 2014 10:53:38 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-a-straight-or-pivot-table-to-CSV-through-a-button-object/m-p/642086#M235217</guid>
      <dc:creator>ashfaq_haseeb</dc:creator>
      <dc:date>2014-11-04T10:53:38Z</dc:date>
    </item>
    <item>
      <title>Re: Export a straight or pivot table to CSV through a button object</title>
      <link>https://community.qlik.com/t5/QlikView/Export-a-straight-or-pivot-table-to-CSV-through-a-button-object/m-p/642087#M235218</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Mohammed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Once again me.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;the Macro runs correctly on many LapTops. But on someone when the Macro stars this erroror appears:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;============&lt;/P&gt;&lt;P&gt;Macro parse failed. Functionality wa lost&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Maros Name&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Error: ActiveX component can't create object: 'Excel.Application'&lt;/P&gt;&lt;P&gt;============&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you have any suggestions on what to do to fix the issue?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks a usual &amp;amp; regards&lt;/P&gt;&lt;P&gt;Alberto&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 11 Nov 2014 21:06:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Export-a-straight-or-pivot-table-to-CSV-through-a-button-object/m-p/642087#M235218</guid>
      <dc:creator />
      <dc:date>2014-11-11T21:06:19Z</dc:date>
    </item>
  </channel>
</rss>

