<?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: ExportEx not working in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/ExportEx-not-working/m-p/1084406#M1237629</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In this case you might need to make these object visible - this meant a minimized chart could not be exported as image, here another example from the APIGuide.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ActiveDocument.GetSheetObject("CH01").&lt;STRONG&gt;Restore&lt;/STRONG&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rem ** restore all sheet objects on sheet Main **&lt;/P&gt;&lt;P&gt;set s=ActiveDocument.Sheets("Main")&lt;/P&gt;&lt;P&gt;for i=0 to s.NoOfSheetObjects-1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; s.SheetObjects(i).Restore&lt;/P&gt;&lt;P&gt;next&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also it might help to change the export-feature from ExportEx to Export or to ExportBitmapToFile.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 22 Apr 2016 13:21:59 GMT</pubDate>
    <dc:creator>marcus_sommer</dc:creator>
    <dc:date>2016-04-22T13:21:59Z</dc:date>
    <item>
      <title>ExportEx not working</title>
      <link>https://community.qlik.com/t5/QlikView/ExportEx-not-working/m-p/1084396#M1237619</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am having an issue with Export Ex when I try to export a Graph to .xls This is the code I am using:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;set chart_kpi5_1 = .doc.GetSheetObject("CH368")&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;chart_kpi5_1.ExportEx"C:\Folder1\test.xls",5&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;The problem is that when I go to that folder it has not created anything! &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Does anyone had the same problem? &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 26 Jan 2026 16:26:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ExportEx-not-working/m-p/1084396#M1237619</guid>
      <dc:creator />
      <dc:date>2026-01-26T16:26:21Z</dc:date>
    </item>
    <item>
      <title>Re: ExportEx not working</title>
      <link>https://community.qlik.com/t5/QlikView/ExportEx-not-working/m-p/1084397#M1237620</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt;"&gt;&lt;EM&gt;Miguel,&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="font-size: 10pt;"&gt;Try,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;EM style="font-size: 10pt;"&gt;&lt;STRONG style="font-style: inherit; font-family: inherit;"&gt;set chart_kpi5_1 = ActiveDocument.GetSheetObject("CH368")&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;&lt;STRONG style="font-style: inherit; font-size: 10pt; font-family: inherit;"&gt;&lt;EM&gt;chart_kpi5_1.ExportEx "C:\Folder1\test.xls" , 5&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Apr 2016 09:41:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ExportEx-not-working/m-p/1084397#M1237620</guid>
      <dc:creator>tamilarasu</dc:creator>
      <dc:date>2016-04-22T09:41:05Z</dc:date>
    </item>
    <item>
      <title>Re: ExportEx not working</title>
      <link>https://community.qlik.com/t5/QlikView/ExportEx-not-working/m-p/1084398#M1237621</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tamil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First of all thank you. But it still does not work as I am using a .vbs script... Any other idea?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much again!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Apr 2016 09:47:55 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ExportEx-not-working/m-p/1084398#M1237621</guid>
      <dc:creator />
      <dc:date>2016-04-22T09:47:55Z</dc:date>
    </item>
    <item>
      <title>Re: ExportEx not working</title>
      <link>https://community.qlik.com/t5/QlikView/ExportEx-not-working/m-p/1084399#M1237622</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;EM&gt;Miguel, The above one is working fine. Could you post your full script and explain us what you are trying to do.? So that we can check and provide a solution. &lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Apr 2016 09:55:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ExportEx-not-working/m-p/1084399#M1237622</guid>
      <dc:creator>tamilarasu</dc:creator>
      <dc:date>2016-04-22T09:55:42Z</dc:date>
    </item>
    <item>
      <title>Re: ExportEx not working</title>
      <link>https://community.qlik.com/t5/QlikView/ExportEx-not-working/m-p/1084400#M1237623</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tamil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;This is my code:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sub includeFile(ByVal fSpec)&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; executeGlobal CreateObject("Scripting.FileSystemObject").openTextFile(fSpec).readAll()&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;includeFile "QvUtils.vbs"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;with New QlikView&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp; .open("..\..\QVW\Sales\Field Performance.qvw")&lt;/P&gt;&lt;P&gt;&amp;nbsp; set chart_kpi5_2 = ActiveDocument.GetSheetObject("CH356")&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I do this I get: Object required: ActiveDocument&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you again!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Apr 2016 10:07:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ExportEx-not-working/m-p/1084400#M1237623</guid>
      <dc:creator />
      <dc:date>2016-04-22T10:07:42Z</dc:date>
    </item>
    <item>
      <title>Re: ExportEx not working</title>
      <link>https://community.qlik.com/t5/QlikView/ExportEx-not-working/m-p/1084401#M1237624</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;EM&gt;Miguel,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;Try,&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;Sub includeFile(ByVal fSpec)&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; executeGlobal CreateObject("Scripting.FileSystemObject").openTextFile(fSpec).readAll()&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;End Sub&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="line-height: 1.5em; font-size: 10pt;"&gt;&lt;EM&gt;includeFile "QvUtils.vbs"&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="line-height: 1.5em; font-size: 10pt;"&gt;&lt;EM&gt;with New QlikView&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;&amp;nbsp; .open("&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;..\..\QVW\Sales\Field Performance.qvw&lt;/SPAN&gt;")&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="line-height: 1.5em; font-size: 10pt;"&gt;&lt;EM&gt;set chart = .doc.GetSheetObject("TB03")&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="line-height: 1.5em; font-size: 10pt;"&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG style="line-height: 1.5em; font-size: 10pt;"&gt;&lt;EM&gt;chart.ExportBiff("&lt;STRONG style="font-size: 13px; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; color: #3d3d3d;"&gt;C:\Folder1\test.xls&lt;/STRONG&gt;")&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;&amp;nbsp; .doc.CloseDoc&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;&lt;EM&gt;&amp;nbsp; .Quit&lt;/EM&gt;&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;STRONG&gt;end with&lt;/STRONG&gt;&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Apr 2016 11:07:26 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ExportEx-not-working/m-p/1084401#M1237624</guid>
      <dc:creator>tamilarasu</dc:creator>
      <dc:date>2016-04-22T11:07:26Z</dc:date>
    </item>
    <item>
      <title>Re: ExportEx not working</title>
      <link>https://community.qlik.com/t5/QlikView/ExportEx-not-working/m-p/1084402#M1237625</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tamil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much again. The problem is that the object I am trying to export is a Graph and Graphs do not suppor ExportBiff... That is why I am trying with ExportEx... &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/sad.png" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you again!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Apr 2016 11:14:25 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ExportEx-not-working/m-p/1084402#M1237625</guid>
      <dc:creator />
      <dc:date>2016-04-22T11:14:25Z</dc:date>
    </item>
    <item>
      <title>Re: ExportEx not working</title>
      <link>https://community.qlik.com/t5/QlikView/ExportEx-not-working/m-p/1084403#M1237626</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;BLOCKQUOTE&gt;&lt;TABLE border="1"&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;
&lt;P&gt;with New QlikView&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; .open("..\..\QVW\Sales\Field Performance.qvw")&lt;/P&gt;
&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;isn't a valid statement to open another qvw - see here an example from the APIGuide.qvw (is in your install-folder by automation):&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rem ** VBScript **&lt;/P&gt;&lt;P&gt;set App = ActiveDocument.GetApplication&lt;/P&gt;&lt;P&gt;set newdoc = App.OpenDoc ("C:\MyDocuments\QV4Automation.qvw","","")&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;set App = ActiveDocument.GetApplication&lt;/P&gt;&lt;P&gt;App.OpenDoc "C:\MyDocuments\Budget.qvw","JNN","123456"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rem ** Visual Basic **&lt;/P&gt;&lt;P&gt;dim App as New QlikView.Application&lt;/P&gt;&lt;P&gt;set newdoc = App.OpenDoc ("C:\MyDocuments\Budget.qvw","JN","123456")&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;and I'm not sure if relative paths are working here.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Apr 2016 11:49:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ExportEx-not-working/m-p/1084403#M1237626</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2016-04-22T11:49:57Z</dc:date>
    </item>
    <item>
      <title>Re: ExportEx not working</title>
      <link>https://community.qlik.com/t5/QlikView/ExportEx-not-working/m-p/1084404#M1237627</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am not having issues opening the app furthermore I am able to export many other objects but when I try to export a Graph is when I am having that issue... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your response!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Apr 2016 11:53:52 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ExportEx-not-working/m-p/1084404#M1237627</guid>
      <dc:creator />
      <dc:date>2016-04-22T11:53:52Z</dc:date>
    </item>
    <item>
      <title>Re: ExportEx not working</title>
      <link>https://community.qlik.com/t5/QlikView/ExportEx-not-working/m-p/1084405#M1237628</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;EM&gt;Relative path is working fine. I have attached sample application.&lt;/EM&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Apr 2016 12:01:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ExportEx-not-working/m-p/1084405#M1237628</guid>
      <dc:creator>tamilarasu</dc:creator>
      <dc:date>2016-04-22T12:01:20Z</dc:date>
    </item>
    <item>
      <title>Re: ExportEx not working</title>
      <link>https://community.qlik.com/t5/QlikView/ExportEx-not-working/m-p/1084406#M1237629</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;In this case you might need to make these object visible - this meant a minimized chart could not be exported as image, here another example from the APIGuide.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ActiveDocument.GetSheetObject("CH01").&lt;STRONG&gt;Restore&lt;/STRONG&gt; &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;rem ** restore all sheet objects on sheet Main **&lt;/P&gt;&lt;P&gt;set s=ActiveDocument.Sheets("Main")&lt;/P&gt;&lt;P&gt;for i=0 to s.NoOfSheetObjects-1&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; s.SheetObjects(i).Restore&lt;/P&gt;&lt;P&gt;next&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also it might help to change the export-feature from ExportEx to Export or to ExportBitmapToFile.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;- Marcus&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Apr 2016 13:21:59 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ExportEx-not-working/m-p/1084406#M1237629</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2016-04-22T13:21:59Z</dc:date>
    </item>
    <item>
      <title>Re: ExportEx not working</title>
      <link>https://community.qlik.com/t5/QlikView/ExportEx-not-working/m-p/1084407#M1237630</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello Miguel,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sorry for the late reply. I had left for the day and I saw your message before an hour. After gathering some knowledge from google, I found a solution for you.&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;&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/plus.png" /&gt; &lt;STRONG&gt;Below code exports the graph into .XLS format.&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="xml" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_14613492033366619 jive_text_macro" jivemacro_uid="_14613492033366619"&gt;
&lt;P&gt;'==========================================================&lt;/P&gt;
&lt;P&gt;Sub includeFile(ByVal fSpec)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; executeGlobal CreateObject("Scripting.FileSystemObject").openTextFile(fSpec).readAll()&lt;/P&gt;
&lt;P&gt;End Sub&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;includeFile "QvUtils.vbs"&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;with New QlikView&lt;/P&gt;
&lt;P&gt;'==========================================================&lt;/P&gt;
&lt;P&gt;'File Path &amp;amp; Date Format =&amp;gt; YYYYMMDD_HHMMSS&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; strPath = GetAbsolutePath("..\Output\")&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; strDate = Year(now) &amp;amp; Right ("0" &amp;amp; Month(Now),2) &amp;amp; Right ("0" &amp;amp; Day(Now),2)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; strTimeStamp = Right("0" &amp;amp; Hour(Now),2) &amp;amp; Right ("0" &amp;amp; Minute(Now),2) &amp;amp; Right ("0" &amp;amp; Second(Now),2)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; strFile = StrPath &amp;amp; "Test " &amp;amp; strDate &amp;amp; "_" &amp;amp; strTimeStamp &amp;amp; ".xls"&lt;/P&gt;
&lt;P&gt;'==========================================================&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp; .open("..\App\1.qvw")&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; set chart = .doc.GetSheetObject("CH01")&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; chart.CopyBitmapToClipboard&lt;/P&gt;
&lt;P&gt;'==========================================================&amp;nbsp; &lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Set obj = CreateObject("Excel.Application")&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; obj.visible = False&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Set objWb = obj.Workbooks.Add&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; obj.Activeworkbook.Activesheet.Paste()&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; obj.Activeworkbook.SaveAs strFile, -4143&amp;nbsp;&amp;nbsp; '51 for xlsx&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; obj.Quit&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; obj.visible = True&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Set chart = Nothing&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Set obj&amp;nbsp; = Nothing&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Set objWb = Nothing&lt;/P&gt;
&lt;P&gt;'=========================================================&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; .doc.CloseDoc&lt;/P&gt;
&lt;P&gt;&amp;nbsp; .Quit&lt;/P&gt;
&lt;P&gt;&amp;nbsp; Msgbox "Graph Exported Successfully!!", VbOKOnly + VbInformation ,"VBScipt Status"&lt;/P&gt;
&lt;P&gt;end with&lt;/P&gt;

&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Output:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG __jive_id="122480" alt="Untitled.png" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/122480_Untitled.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/plus.png" /&gt;&amp;nbsp; &lt;/SPAN&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;STRONG&gt;If you want to save the graph as JPG format, you can use the below code&lt;/STRONG&gt;.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;PRE __default_attr="xml" __jive_macro_name="code" class="jive_macro_code _jivemacro_uid_14613495652297138 jive_text_macro" jivemacro_uid="_14613495652297138"&gt;
&lt;P&gt;Sub includeFile(ByVal fSpec)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; executeGlobal CreateObject("Scripting.FileSystemObject").openTextFile(fSpec).readAll()&lt;/P&gt;
&lt;P&gt;End Sub&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 9pt; line-height: 12pt;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 9pt; line-height: 12pt;"&gt;includeFile "QvUtils.vbs"&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 9pt; line-height: 12pt;"&gt;with New QlikView&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; .open("..\App\1.qvw")&lt;/P&gt;
&lt;P&gt;&amp;nbsp; set chart = .doc.GetSheetObject("CH01")&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="font-size: 9pt; line-height: 12pt;"&gt;&amp;nbsp; chart.ExportBitmapToFile&amp;nbsp; (GetAbsolutePath("..\Output\Test.jpg"))&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp; .doc.CloseDoc&lt;/P&gt;
&lt;P&gt;&amp;nbsp; .Quit&lt;/P&gt;
&lt;P&gt;&amp;nbsp; Msgbox "Graph Exported (JPG) Successfully!!", VbOKOnly + VbInformation ,"VBScipt Status"&lt;/P&gt;
&lt;P&gt;&amp;nbsp; Set chart = Nothing&lt;/P&gt;
&lt;P&gt;&lt;/P&gt;
&lt;P&gt;end with&lt;/P&gt;
&lt;P&gt;end w&lt;/P&gt;

&lt;/PRE&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have attached all the tested files for your reference. Have a look and let me know if you still have any issues.&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 22 Apr 2016 18:44:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ExportEx-not-working/m-p/1084407#M1237630</guid>
      <dc:creator>tamilarasu</dc:creator>
      <dc:date>2016-04-22T18:44:09Z</dc:date>
    </item>
    <item>
      <title>Re: ExportEx not working</title>
      <link>https://community.qlik.com/t5/QlikView/ExportEx-not-working/m-p/1084408#M1237631</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Tamil,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;First of all thank you very much for your help and collaboration but that is not what I need... Maybe it is my fault as I have not explain myself very good. What I am trying to do is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have this object (that is a graph):&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;IMG alt="2016-04-25 08_56_53-qtnprinting - Remote Desktop Connection.png" class="jive-image image-1" src="/legacyfs/online/122579_2016-04-25 08_56_53-qtnprinting - Remote Desktop Connection.png" style="height: 320px; width: 620px;" /&gt; &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; line-height: 1.5em;"&gt;And I want to do this: &lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="2016-04-25 08_57_53-qtnprinting - Remote Desktop Connection.png" class="jive-image image-2" src="/legacyfs/online/122580_2016-04-25 08_57_53-qtnprinting - Remote Desktop Connection.png" style="height: 406px; width: 620px;" /&gt;&lt;/P&gt;&lt;P&gt;So I get this: &lt;/P&gt;&lt;P&gt;&lt;IMG alt="2016-04-25 08_59_06-qtnprinting - Remote Desktop Connection.png" class="jive-image image-3" src="/legacyfs/online/122581_2016-04-25 08_59_06-qtnprinting - Remote Desktop Connection.png" style="height: auto;" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;That is why I was trying ExportEx because Graphs does not support ExportBiff... &lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Do you know how should I proceed in order to export that graph to excel using VBS?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you very much again!&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 25 Apr 2016 07:00:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ExportEx-not-working/m-p/1084408#M1237631</guid>
      <dc:creator />
      <dc:date>2016-04-25T07:00:27Z</dc:date>
    </item>
    <item>
      <title>Re: ExportEx not working</title>
      <link>https://community.qlik.com/t5/QlikView/ExportEx-not-working/m-p/1084409#M1237632</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;&lt;EM&gt;Miguel,&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;&lt;EM&gt;First of all, no need to say thanks and all. I am just sharing with you what I knew&lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/happy.png" /&gt;. If you could post your issues clearly, you might get answers quickly (almost four days in your case). &lt;IMG src="https://community.qlik.com/legacyfs/online/emoticons/wink.png" /&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;&lt;EM&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;EM&gt;&lt;SPAN style="color: #000000;"&gt;Now coming to your issue. Change below line .&lt;/SPAN&gt;&lt;BR /&gt;&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="text-decoration: line-through;"&gt;&lt;EM style="color: #ff0000; text-decoration: line-through;"&gt;&lt;STRONG&gt;chart.CopyBitmapToClipboard&lt;/STRONG&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="; color: #008000;"&gt;&lt;EM&gt;&lt;STRONG&gt;chart.CopyTableToClipboard True&lt;/STRONG&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="; color: #008000;"&gt;&lt;EM&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="; color: #008000;"&gt;&lt;EM&gt;&lt;STRONG&gt;&lt;SPAN style="color: #000000;"&gt;Actual Chart:&lt;/SPAN&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="; color: #008000;"&gt;&lt;EM&gt;&lt;STRONG&gt;&lt;IMG __jive_id="122704" alt="2.PNG" class="jive-image image-1" src="https://community.qlik.com/legacyfs/online/122704_2.PNG" style="height: auto;" /&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="; color: #008000;"&gt;&lt;EM&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="; color: #008000;"&gt;&lt;EM&gt;&lt;STRONG&gt;&lt;SPAN style="color: #000000;"&gt;Output:&lt;/SPAN&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="; color: #008000;"&gt;&lt;EM&gt;&lt;STRONG&gt;&lt;IMG __jive_id="122723" alt="Capture.PNG" class="jive-image image-2" src="https://community.qlik.com/legacyfs/online/122723_Capture.PNG" style="height: auto;" /&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="; color: #008000;"&gt;&lt;EM&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;&lt;EM&gt;Seems you have opened wrong attachment. Herewith, I have attached the updated one. &lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #000000;"&gt;&lt;EM&gt;&lt;STRONG&gt;&lt;BR /&gt;&lt;/STRONG&gt;&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Apr 2016 10:12:06 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ExportEx-not-working/m-p/1084409#M1237632</guid>
      <dc:creator>tamilarasu</dc:creator>
      <dc:date>2016-04-26T10:12:06Z</dc:date>
    </item>
    <item>
      <title>Re: ExportEx not working</title>
      <link>https://community.qlik.com/t5/QlikView/ExportEx-not-working/m-p/1084410#M1237633</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you very much for your suppor Tamil!&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 26 Apr 2016 10:25:09 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/ExportEx-not-working/m-p/1084410#M1237633</guid>
      <dc:creator />
      <dc:date>2016-04-26T10:25:09Z</dc:date>
    </item>
  </channel>
</rss>

