<?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: Charts Export into Microsoft Word in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Charts-Export-into-Microsoft-Word/m-p/983776#M965087</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;DataNibbler is right you need to specify a valid path with file and file-extension, see also the attachment.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 02 Oct 2015 09:19:18 GMT</pubDate>
    <dc:creator>marcus_sommer</dc:creator>
    <dc:date>2015-10-02T09:19:18Z</dc:date>
    <item>
      <title>Charts Export into Microsoft Word</title>
      <link>https://community.qlik.com/t5/QlikView/Charts-Export-into-Microsoft-Word/m-p/983774#M965085</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi All,&lt;/P&gt;&lt;P&gt;Please help me&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I want to export my dashboard charts into Microsoft word file using Macro.&lt;/P&gt;&lt;P&gt;I went through all the previous discusson.But i am not getting the proper solution.&lt;/P&gt;&lt;P&gt;Can anyone provide me the working Macro for my requirement.&lt;/P&gt;&lt;P&gt;I tried with below Macro Code, i am not getting any error but i am not able to fetch Charts into Microsoft word.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-family: 'Courier New'; color: black; font-size: 9pt;"&gt;'defining Macro name&lt;BR /&gt;sub Export_to_Microsoft_Word&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; &lt;BR /&gt;'setting the object as Word and creating the application&lt;BR /&gt;set objWord = CreateObject("Word.Application") &lt;BR /&gt;objWord.visible = false&lt;BR /&gt;set objDoc=objWord.Documents.add&lt;BR /&gt;Const wdOrientLandscape = 1&lt;BR /&gt;'setting the orientation for MS Word&lt;BR /&gt;objDoc.PageSetup.Orientation = wdOrientLandscape&lt;BR /&gt;'instructing the Macro to copy the Table object(TB01)&lt;BR /&gt;ActiveDocument.GetSheetObject("TB01").CopyTableToClipboard true&lt;BR /&gt;objWord.Selection.Paste&lt;BR /&gt;'Instructing the Macro to save the file in a particular location&lt;BR /&gt;objDoc.SaveAs "D:\EmpSalaryReport"&lt;BR /&gt;'instructing the Macro to copy the Chart object(CHO1)&lt;BR /&gt;ActiveDocument.GetSheetObject("CH01").CopyBitmapToClipboard&lt;BR /&gt;objWord.Selection.Paste&lt;BR /&gt;objDoc.SaveAs "D:\EmpSalaryReport"&lt;BR /&gt;end sub&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Oct 2015 06:50:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Charts-Export-into-Microsoft-Word/m-p/983774#M965085</guid>
      <dc:creator>balrammahato204</dc:creator>
      <dc:date>2015-10-02T06:50:00Z</dc:date>
    </item>
    <item>
      <title>Re: Charts Export into Microsoft Word</title>
      <link>https://community.qlik.com/t5/QlikView/Charts-Export-into-Microsoft-Word/m-p/983775#M965086</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'm not an expert in VB script - can it be that in that second-to-last line where you have a SaveAs procedure, you have to specify a file ending?&lt;/P&gt;&lt;P&gt;I know that is often a source of error in QlikView, so it might be similar here?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Best regards,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;DataNibbler&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Oct 2015 06:58:42 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Charts-Export-into-Microsoft-Word/m-p/983775#M965086</guid>
      <dc:creator>datanibbler</dc:creator>
      <dc:date>2015-10-02T06:58:42Z</dc:date>
    </item>
    <item>
      <title>Re: Charts Export into Microsoft Word</title>
      <link>https://community.qlik.com/t5/QlikView/Charts-Export-into-Microsoft-Word/m-p/983776#M965087</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;DataNibbler is right you need to specify a valid path with file and file-extension, see also the attachment.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 02 Oct 2015 09:19:18 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Charts-Export-into-Microsoft-Word/m-p/983776#M965087</guid>
      <dc:creator>marcus_sommer</dc:creator>
      <dc:date>2015-10-02T09:19:18Z</dc:date>
    </item>
  </channel>
</rss>

