<?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 Excel in IE browser in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Excel-in-IE-browser/m-p/349504#M129475</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 below macro working fine in Desktop app but when i used in IE browser plugin then the below macro not working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know what might be the problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sub ExportImageInfo&lt;/P&gt;&lt;P&gt;Set Chart = ActiveDocument.GetSheetObject("CH03")&lt;/P&gt;&lt;P&gt;Set P = Chart.GetProperties&lt;/P&gt;&lt;P&gt;Chart.SendToExcel&lt;/P&gt;&lt;P&gt;End Sub&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Thu, 12 Apr 2012 16:45:29 GMT</pubDate>
    <dc:creator />
    <dc:date>2012-04-12T16:45:29Z</dc:date>
    <item>
      <title>Excel in IE browser</title>
      <link>https://community.qlik.com/t5/QlikView/Excel-in-IE-browser/m-p/349504#M129475</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 below macro working fine in Desktop app but when i used in IE browser plugin then the below macro not working.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Please let me know what might be the problem.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sub ExportImageInfo&lt;/P&gt;&lt;P&gt;Set Chart = ActiveDocument.GetSheetObject("CH03")&lt;/P&gt;&lt;P&gt;Set P = Chart.GetProperties&lt;/P&gt;&lt;P&gt;Chart.SendToExcel&lt;/P&gt;&lt;P&gt;End Sub&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks in advance.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 12 Apr 2012 16:45:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excel-in-IE-browser/m-p/349504#M129475</guid>
      <dc:creator />
      <dc:date>2012-04-12T16:45:29Z</dc:date>
    </item>
    <item>
      <title>Re: Excel in IE browser</title>
      <link>https://community.qlik.com/t5/QlikView/Excel-in-IE-browser/m-p/349505#M129476</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 found the solution for this and i'm sharing this &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Here is the solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sub Export&lt;/P&gt;&lt;P&gt;Set excelFile = CreateObject("Excel.Application")&lt;/P&gt;&lt;P&gt;Set WorkBook = excelFile.WorkBooks.Add&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;/P&gt;&lt;P&gt;Set Sheet = WorkBook.WorkSheets(1)&lt;/P&gt;&lt;P&gt;Set tableToExport = ActiveDocument.GetSheetObject("CH03")&lt;/P&gt;&lt;P&gt;Set chartProperties = tableToExport.GetProperties&lt;/P&gt;&lt;P&gt;tableToExport.CopyTableToClipboard true&lt;/P&gt;&lt;P&gt;Sheet.Paste&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; excelFile.Visible = true&lt;/P&gt;&lt;P&gt;End Sub&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards&lt;/P&gt;&lt;P&gt;....................&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 13 Apr 2012 13:32:10 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Excel-in-IE-browser/m-p/349505#M129476</guid>
      <dc:creator />
      <dc:date>2012-04-13T13:32:10Z</dc:date>
    </item>
  </channel>
</rss>

