<?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: Type Mismatch on copyObjectsToExcelSheet in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Type-Mismatch-on-copyObjectsToExcelSheet/m-p/854486#M655670</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;Are you able to resolve this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Navdeep&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 01 Oct 2015 08:54:03 GMT</pubDate>
    <dc:creator />
    <dc:date>2015-10-01T08:54:03Z</dc:date>
    <item>
      <title>Type Mismatch on copyObjectsToExcelSheet</title>
      <link>https://community.qlik.com/t5/QlikView/Type-Mismatch-on-copyObjectsToExcelSheet/m-p/854485#M655669</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: Calibri, Verdana; font-size: 14px;"&gt;Error:&lt;/SPAN&gt;&lt;SPAN style="color: #333333; font-family: Calibri, Verdana; font-size: 14px; line-height: 1.5em;"&gt;Type Mismatch on copyObjectsToExcelSheet&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: Calibri, Verdana; font-size: 14px; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: Calibri, Verdana; font-size: 14px; line-height: 1.5em;"&gt;I am trying excel objects to different sheets within the same excel. &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: Calibri, Verdana; font-size: 14px; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: Calibri, Verdana; font-size: 14px; line-height: 1.5em;"&gt;I tried the below code and getting the error. Any suggestions please.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #333333; font-family: Calibri, Verdana; font-size: 14px; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;Dim aryExport(0,3)&lt;/P&gt;&lt;P&gt;aryExport(0,0) = "CH25"&lt;/P&gt;&lt;P&gt;aryExport(0,1) = "Sales"&lt;/P&gt;&lt;P&gt;aryExport(0,2) = "A1"&lt;/P&gt;&lt;P&gt;aryExport(0,3) = "data"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dim objExcelWorkbook 'as Excel.Workbook&lt;/P&gt;&lt;P&gt;Set objExcelWorkbook = CopyObjectsToExcelSheet(ActiveDocument, aryExport)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 09 Jun 2015 11:49:39 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Type-Mismatch-on-copyObjectsToExcelSheet/m-p/854485#M655669</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-06-09T11:49:39Z</dc:date>
    </item>
    <item>
      <title>Re: Type Mismatch on copyObjectsToExcelSheet</title>
      <link>https://community.qlik.com/t5/QlikView/Type-Mismatch-on-copyObjectsToExcelSheet/m-p/854486#M655670</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;Are you able to resolve this?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Navdeep&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Oct 2015 08:54:03 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Type-Mismatch-on-copyObjectsToExcelSheet/m-p/854486#M655670</guid>
      <dc:creator />
      <dc:date>2015-10-01T08:54:03Z</dc:date>
    </item>
    <item>
      <title>Re: Type Mismatch on copyObjectsToExcelSheet</title>
      <link>https://community.qlik.com/t5/QlikView/Type-Mismatch-on-copyObjectsToExcelSheet/m-p/854487#M655671</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The reason is that the code is incomplete - some important parts from example are missing. The displayed code-snippets are only to demonstrate some thing - you need to use the complete code from example (and adjust it then to your objects, paths and so on).&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&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;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Oct 2015 09:11:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Type-Mismatch-on-copyObjectsToExcelSheet/m-p/854487#M655671</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2015-10-01T09:11:37Z</dc:date>
    </item>
  </channel>
</rss>

