<?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: How to send data to excel all at once to multiple excel sheets in one workbook? in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/How-to-send-data-to-excel-all-at-once-to-multiple-excel-sheets/m-p/702904#M1065888</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks. Can you please tell me which one I have to use as I tried below but it is showing syntax error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'// ****************************************************************&lt;BR /&gt;'// Internal function for adding a new sheet&lt;BR /&gt;'// ****************************************************************&lt;BR /&gt;Private Function Excel_AddSheet(objExcelApplication, sheetName) ' as Excel.Sheet&lt;/P&gt;&lt;P&gt; '// add a sheet to the last position&lt;BR /&gt; objExcelApplication.Sheets.Add , objExcelApplication.Sheets(objExcelApplication.Sheets.Count)&lt;BR /&gt; &lt;BR /&gt; Dim objNewSheet&lt;BR /&gt; Set objNewSheet = objExcelApplication.Sheets(objExcelApplication.Sheets.Count)&lt;BR /&gt; objNewSheet.Name = left(sheetName,31)&lt;BR /&gt; &lt;BR /&gt; '// return the newly created sheet&lt;BR /&gt; Set Excel_AddSheet = objNewSheet&lt;/P&gt;&lt;P&gt;End function&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 04 Sep 2014 21:40:45 GMT</pubDate>
    <dc:creator />
    <dc:date>2014-09-04T21:40:45Z</dc:date>
    <item>
      <title>How to send data to excel all at once to multiple excel sheets in one workbook?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-send-data-to-excel-all-at-once-to-multiple-excel-sheets/m-p/702897#M1065874</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;I have table in qvw. the fields are ID, Name, Add. I want to send the information to excel and in the excel sheet Add should be splited in multiple sheets. Please see the attached sample qvw and can anyone please suggest me how to send the data at once where Add is splited in sheets.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;for eg: The Add field have data A,B,CC,DD,L........&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want the excel sheet have ID, Name ,Add where Add=A in one sheet&amp;nbsp; and ID, Name ,Add where Add=B in second sheet&amp;nbsp; and ID, Name ,Add where Add=DD in third sheet&amp;nbsp; and so on.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The original excel sheet have millions of Add. So, I was thinking whether is there any way to process this quickly. I have been trying this so many day but nothing working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Sep 2014 15:17:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-send-data-to-excel-all-at-once-to-multiple-excel-sheets/m-p/702897#M1065874</guid>
      <dc:creator />
      <dc:date>2014-09-03T15:17:43Z</dc:date>
    </item>
    <item>
      <title>Re: How to send data to excel all at once to multiple excel sheets in one workbook?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-send-data-to-excel-all-at-once-to-multiple-excel-sheets/m-p/702898#M1065875</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please see attached and help me as I have been struggling with this.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Sep 2014 15:18:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-send-data-to-excel-all-at-once-to-multiple-excel-sheets/m-p/702898#M1065875</guid>
      <dc:creator />
      <dc:date>2014-09-03T15:18:19Z</dc:date>
    </item>
    <item>
      <title>Re: How to send data to excel all at once to multiple excel sheets in one workbook?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-send-data-to-excel-all-at-once-to-multiple-excel-sheets/m-p/702899#M1065876</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here you have two example&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Sep 2014 15:24:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-send-data-to-excel-all-at-once-to-multiple-excel-sheets/m-p/702899#M1065876</guid>
      <dc:creator>ecolomer</dc:creator>
      <dc:date>2014-09-03T15:24:42Z</dc:date>
    </item>
    <item>
      <title>Re: How to send data to excel all at once to multiple excel sheets in one workbook?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-send-data-to-excel-all-at-once-to-multiple-excel-sheets/m-p/702900#M1065877</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks for your prompt reply. I have tried this when I am test the macro it is showing&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Object required: 'ActiveDocument.GetSheetObject(...)'&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Sep 2014 15:35:08 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-send-data-to-excel-all-at-once-to-multiple-excel-sheets/m-p/702900#M1065877</guid>
      <dc:creator />
      <dc:date>2014-09-03T15:35:08Z</dc:date>
    </item>
    <item>
      <title>Re: How to send data to excel all at once to multiple excel sheets in one workbook?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-send-data-to-excel-all-at-once-to-multiple-excel-sheets/m-p/702901#M1065878</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It is working I have changed&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ActiveDocument.GetSheetObject("TB01").CopyTableToClipboard true&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But the only thing I need is when I selected Add values in list box as A and CC&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I should need to have A data in one sheet and CC data in second sheet. Is there any way I can gt this. Please help me if I get this my problem will be solve.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please help me.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 03 Sep 2014 15:41:31 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-send-data-to-excel-all-at-once-to-multiple-excel-sheets/m-p/702901#M1065878</guid>
      <dc:creator />
      <dc:date>2014-09-03T15:41:31Z</dc:date>
    </item>
    <item>
      <title>Re: How to send data to excel all at once to multiple excel sheets in one workbook?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-send-data-to-excel-all-at-once-to-multiple-excel-sheets/m-p/702902#M1065884</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please can I know this to sort out my problem?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Sep 2014 12:52:32 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-send-data-to-excel-all-at-once-to-multiple-excel-sheets/m-p/702902#M1065884</guid>
      <dc:creator />
      <dc:date>2014-09-04T12:52:32Z</dc:date>
    </item>
    <item>
      <title>Re: Re: How to send data to excel all at once to multiple excel sheets in one workbook?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-send-data-to-excel-all-at-once-to-multiple-excel-sheets/m-p/702903#M1065887</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;Have a look at attached application.&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>Thu, 04 Sep 2014 13:13:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-send-data-to-excel-all-at-once-to-multiple-excel-sheets/m-p/702903#M1065887</guid>
      <dc:creator>ashfaq_haseeb</dc:creator>
      <dc:date>2014-09-04T13:13:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to send data to excel all at once to multiple excel sheets in one workbook?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-send-data-to-excel-all-at-once-to-multiple-excel-sheets/m-p/702904#M1065888</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thanks. Can you please tell me which one I have to use as I tried below but it is showing syntax error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'// ****************************************************************&lt;BR /&gt;'// Internal function for adding a new sheet&lt;BR /&gt;'// ****************************************************************&lt;BR /&gt;Private Function Excel_AddSheet(objExcelApplication, sheetName) ' as Excel.Sheet&lt;/P&gt;&lt;P&gt; '// add a sheet to the last position&lt;BR /&gt; objExcelApplication.Sheets.Add , objExcelApplication.Sheets(objExcelApplication.Sheets.Count)&lt;BR /&gt; &lt;BR /&gt; Dim objNewSheet&lt;BR /&gt; Set objNewSheet = objExcelApplication.Sheets(objExcelApplication.Sheets.Count)&lt;BR /&gt; objNewSheet.Name = left(sheetName,31)&lt;BR /&gt; &lt;BR /&gt; '// return the newly created sheet&lt;BR /&gt; Set Excel_AddSheet = objNewSheet&lt;/P&gt;&lt;P&gt;End function&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 04 Sep 2014 21:40:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-send-data-to-excel-all-at-once-to-multiple-excel-sheets/m-p/702904#M1065888</guid>
      <dc:creator />
      <dc:date>2014-09-04T21:40:45Z</dc:date>
    </item>
    <item>
      <title>Re: How to send data to excel all at once to multiple excel sheets in one workbook?</title>
      <link>https://community.qlik.com/t5/QlikView/How-to-send-data-to-excel-all-at-once-to-multiple-excel-sheets/m-p/702905#M1065889</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Please help me as I have been struggling really to copy and paste each item&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 05 Sep 2014 12:15:16 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/How-to-send-data-to-excel-all-at-once-to-multiple-excel-sheets/m-p/702905#M1065889</guid>
      <dc:creator />
      <dc:date>2014-09-05T12:15:16Z</dc:date>
    </item>
  </channel>
</rss>

