<?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: send to excel macro not working in access point in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/send-to-excel-macro-not-working-in-access-point/m-p/389770#M145431</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I got this error one time, that time Excel in not installed in my machine.&amp;nbsp; After installing it works fine.&amp;nbsp; Check that machine has Excel installed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 29 Nov 2012 12:20:57 GMT</pubDate>
    <dc:creator>jagan</dc:creator>
    <dc:date>2012-11-29T12:20:57Z</dc:date>
    <item>
      <title>send to excel macro not working in access point</title>
      <link>https://community.qlik.com/t5/QlikView/send-to-excel-macro-not-working-in-access-point/m-p/389766#M145427</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;&amp;nbsp; My requirement is that the macro which I have written for send to excel with the button works proprerly in my local machine .But when I check the same feature in access point I am getting error.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;The attached word document highlights the error which I am getting. &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Below is the macro which I have used&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;sub ExportBitmapExcel2&lt;/P&gt;&lt;P&gt; &lt;BR /&gt;Set XLApp = CreateObject("Excel.Application")&lt;BR /&gt;XLApp.Visible = TRUE&lt;BR /&gt;Set XLDoc = XLApp.Workbooks.Add&lt;/P&gt;&lt;P&gt;j = "Sheet1" &lt;/P&gt;&lt;P&gt; &lt;BR /&gt;ActiveDocument.GetSheetObject("CH02").CopyBitmapToClipboard&lt;/P&gt;&lt;P&gt;XLDoc.Sheets(j).Range("A" &amp;amp; 17).Select&lt;BR /&gt;XLDoc.Sheets(j).Paste&lt;/P&gt;&lt;P&gt;' &lt;BR /&gt;ActiveDocument.GetSheetObject("CH638").CopyTableToClipboard true&lt;/P&gt;&lt;P&gt;XLDoc.Sheets(j).Range("A" &amp;amp; 37).Select&lt;BR /&gt;XLDoc.Sheets(j).Paste&lt;BR /&gt;'&lt;BR /&gt;'&lt;BR /&gt;'&lt;BR /&gt;'ActiveDocument.GetSheetObject("CH662").CopyTableToClipboard true&lt;BR /&gt;'&lt;BR /&gt;'XLDoc.Sheets(j).Range("A" &amp;amp; 52).Select&lt;BR /&gt;'XLDoc.Sheets(j).Paste&lt;/P&gt;&lt;P&gt;&lt;BR /&gt;ActiveDocument.GetSheetObject("CH663").CopyTableToClipboard true&lt;/P&gt;&lt;P&gt;XLDoc.Sheets(j).Range("A" &amp;amp; 56).Select&lt;BR /&gt;XLDoc.Sheets(j).Paste&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;'ActiveDocument.GetSheetObject("CH652").CopyTableToClipboard true&lt;BR /&gt;'&lt;BR /&gt;'XLDoc.Sheets(j).Range("A" &amp;amp; 68).Select&lt;BR /&gt;'XLDoc.Sheets(j).Paste&lt;/P&gt;&lt;P&gt; &lt;BR /&gt;end sub&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Can anyone please tell me how to resolve the above error&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Sriram&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Nov 2012 06:46:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/send-to-excel-macro-not-working-in-access-point/m-p/389766#M145427</guid>
      <dc:creator>ssriramin19</dc:creator>
      <dc:date>2012-11-29T06:46:19Z</dc:date>
    </item>
    <item>
      <title>Re: send to excel macro not working in access point</title>
      <link>https://community.qlik.com/t5/QlikView/send-to-excel-macro-not-working-in-access-point/m-p/389767#M145428</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can anyone please let me know how to resolove the above issue ?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;It is very urgent ..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Sriram&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Nov 2012 09:09:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/send-to-excel-macro-not-working-in-access-point/m-p/389767#M145428</guid>
      <dc:creator>ssriramin19</dc:creator>
      <dc:date>2012-11-29T09:09:21Z</dc:date>
    </item>
    <item>
      <title>Re: send to excel macro not working in access point</title>
      <link>https://community.qlik.com/t5/QlikView/send-to-excel-macro-not-working-in-access-point/m-p/389768#M145429</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 think the error is because, MS Excel is not installed in the machine.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Nov 2012 09:38:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/send-to-excel-macro-not-working-in-access-point/m-p/389768#M145429</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2012-11-29T09:38:25Z</dc:date>
    </item>
    <item>
      <title>Re: send to excel macro not working in access point</title>
      <link>https://community.qlik.com/t5/QlikView/send-to-excel-macro-not-working-in-access-point/m-p/389769#M145430</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;will that be the issue in the access point . &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;Sriram&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Nov 2012 12:18:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/send-to-excel-macro-not-working-in-access-point/m-p/389769#M145430</guid>
      <dc:creator>ssriramin19</dc:creator>
      <dc:date>2012-11-29T12:18:45Z</dc:date>
    </item>
    <item>
      <title>Re: send to excel macro not working in access point</title>
      <link>https://community.qlik.com/t5/QlikView/send-to-excel-macro-not-working-in-access-point/m-p/389770#M145431</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I got this error one time, that time Excel in not installed in my machine.&amp;nbsp; After installing it works fine.&amp;nbsp; Check that machine has Excel installed.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Jagan.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 29 Nov 2012 12:20:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/send-to-excel-macro-not-working-in-access-point/m-p/389770#M145431</guid>
      <dc:creator>jagan</dc:creator>
      <dc:date>2012-11-29T12:20:57Z</dc:date>
    </item>
  </channel>
</rss>

