<?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: Macro for copy objects in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Macro-for-copy-objects/m-p/689913#M249784</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sub CopyCC&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ActiveDocument.GetSheetObject("CH01").CopyBitmapToClipboard&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;End sub&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 16 Jun 2014 18:37:22 GMT</pubDate>
    <dc:creator>venkatg6759</dc:creator>
    <dc:date>2014-06-16T18:37:22Z</dc:date>
    <item>
      <title>Macro for copy objects</title>
      <link>https://community.qlik.com/t5/QlikView/Macro-for-copy-objects/m-p/689912#M249783</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi guys,&lt;/P&gt;&lt;P&gt;I need to write a macro to copy a chart object to clipboard.&lt;/P&gt;&lt;P&gt;Can you guys please help me with it?&lt;/P&gt;&lt;P&gt;Saurabh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jun 2014 18:31:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macro-for-copy-objects/m-p/689912#M249783</guid>
      <dc:creator />
      <dc:date>2014-06-16T18:31:57Z</dc:date>
    </item>
    <item>
      <title>Re: Macro for copy objects</title>
      <link>https://community.qlik.com/t5/QlikView/Macro-for-copy-objects/m-p/689913#M249784</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Sub CopyCC&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ActiveDocument.GetSheetObject("CH01").CopyBitmapToClipboard&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;End sub&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jun 2014 18:37:22 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macro-for-copy-objects/m-p/689913#M249784</guid>
      <dc:creator>venkatg6759</dc:creator>
      <dc:date>2014-06-16T18:37:22Z</dc:date>
    </item>
    <item>
      <title>Re: Macro for copy objects</title>
      <link>https://community.qlik.com/t5/QlikView/Macro-for-copy-objects/m-p/689914#M249785</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;CopyBitmapToClipBoard () copies chart object or the image of it?&lt;/P&gt;&lt;P&gt;because i need the chart object so that i can do paste in other sheet..&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jun 2014 19:02:17 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macro-for-copy-objects/m-p/689914#M249785</guid>
      <dc:creator />
      <dc:date>2014-06-16T19:02:17Z</dc:date>
    </item>
    <item>
      <title>Re: Macro for copy objects</title>
      <link>https://community.qlik.com/t5/QlikView/Macro-for-copy-objects/m-p/689915#M249786</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can right click on sheet object and copy to clipboard and select object and &lt;/P&gt;&lt;P&gt;paste it in another sheet.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jun 2014 19:09:05 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macro-for-copy-objects/m-p/689915#M249786</guid>
      <dc:creator>venkatg6759</dc:creator>
      <dc:date>2014-06-16T19:09:05Z</dc:date>
    </item>
    <item>
      <title>Re: Macro for copy objects</title>
      <link>https://community.qlik.com/t5/QlikView/Macro-for-copy-objects/m-p/689916#M249787</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;check in layout of that object if Allowcopy/clone is ticked.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jun 2014 19:13:57 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macro-for-copy-objects/m-p/689916#M249787</guid>
      <dc:creator>venkatg6759</dc:creator>
      <dc:date>2014-06-16T19:13:57Z</dc:date>
    </item>
    <item>
      <title>Re: Macro for copy objects</title>
      <link>https://community.qlik.com/t5/QlikView/Macro-for-copy-objects/m-p/689917#M249788</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Venkat,&lt;/P&gt;&lt;P&gt;My requirement is to to do using Macros. Is there any way?&lt;/P&gt;&lt;P&gt;Saurabh&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 16 Jun 2014 21:24:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macro-for-copy-objects/m-p/689917#M249788</guid>
      <dc:creator />
      <dc:date>2014-06-16T21:24:35Z</dc:date>
    </item>
    <item>
      <title>Re: Macro for copy objects</title>
      <link>https://community.qlik.com/t5/QlikView/Macro-for-copy-objects/m-p/689918#M249789</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;ActiveDocument.GetSheetObject("CH01").WriteXmlPropertiesFile("myobj.xml")&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;CreateObjectFromXmlPropertiesFile("myobj.xml")&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif;"&gt;-Rob&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 17 Jun 2014 05:16:12 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macro-for-copy-objects/m-p/689918#M249789</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2014-06-17T05:16:12Z</dc:date>
    </item>
    <item>
      <title>Re: Macro for copy objects</title>
      <link>https://community.qlik.com/t5/QlikView/Macro-for-copy-objects/m-p/689919#M249790</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;@RobWunderlich, I need create this object in the new sheet. You can help me ?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jan 2016 12:52:29 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macro-for-copy-objects/m-p/689919#M249790</guid>
      <dc:creator>maiconmello</dc:creator>
      <dc:date>2016-01-15T12:52:29Z</dc:date>
    </item>
    <item>
      <title>Re: Macro for copy objects</title>
      <link>https://community.qlik.com/t5/QlikView/Macro-for-copy-objects/m-p/689920#M249791</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;When on the new sheet, run the macro that executes:&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;CreateObjectFromXmlPropertiesFile("myobj.xml")&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;-Rob&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 15 Jan 2016 21:50:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macro-for-copy-objects/m-p/689920#M249791</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2016-01-15T21:50:35Z</dc:date>
    </item>
    <item>
      <title>Re: Macro for copy objects</title>
      <link>https://community.qlik.com/t5/QlikView/Macro-for-copy-objects/m-p/689921#M249792</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Rob, but have this is erro&amp;nbsp; :&lt;SPAN style="color: #212121; font-family: arial, sans-serif; font-size: 29px;"&gt;incompatible types &lt;/SPAN&gt; 'CreateObjectFromXmlPropertiesFile'&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jan 2016 10:59:30 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macro-for-copy-objects/m-p/689921#M249792</guid>
      <dc:creator>maiconmello</dc:creator>
      <dc:date>2016-01-18T10:59:30Z</dc:date>
    </item>
    <item>
      <title>Re: Macro for copy objects</title>
      <link>https://community.qlik.com/t5/QlikView/Macro-for-copy-objects/m-p/689922#M249793</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Try this:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Sub ScreenShot&lt;/P&gt;&lt;P&gt;ActiveDocument.ActivateSheet ("YourSheet" like SH12).CopyBitmapToClipboard&lt;/P&gt;&lt;P&gt;end Sub&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;hope that helps&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jan 2016 11:06:21 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macro-for-copy-objects/m-p/689922#M249793</guid>
      <dc:creator>beck_bakytbek</dc:creator>
      <dc:date>2016-01-18T11:06:21Z</dc:date>
    </item>
    <item>
      <title>Re: Macro for copy objects</title>
      <link>https://community.qlik.com/t5/QlikView/Macro-for-copy-objects/m-p/689923#M249794</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I need copy this obj and pasting in the sheet, for this user is modify.&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, 18 Jan 2016 11:16:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macro-for-copy-objects/m-p/689923#M249794</guid>
      <dc:creator>maiconmello</dc:creator>
      <dc:date>2016-01-18T11:16:19Z</dc:date>
    </item>
    <item>
      <title>Re: Macro for copy objects</title>
      <link>https://community.qlik.com/t5/QlikView/Macro-for-copy-objects/m-p/689924#M249795</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Maicon.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;can you explain me your Situation, i have some ideas, but i dont't understand your Business case&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Beck&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jan 2016 11:37:56 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macro-for-copy-objects/m-p/689924#M249795</guid>
      <dc:creator>beck_bakytbek</dc:creator>
      <dc:date>2016-01-18T11:37:56Z</dc:date>
    </item>
    <item>
      <title>Re: Macro for copy objects</title>
      <link>https://community.qlik.com/t5/QlikView/Macro-for-copy-objects/m-p/689925#M249796</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi beck, &lt;/P&gt;&lt;P&gt;I need create a copy of the object. &lt;/P&gt;&lt;P&gt;why copy the object ?&lt;/P&gt;&lt;P&gt;For the user, is the possibility alter this propriety, with subtotal. &lt;/P&gt;&lt;P&gt;This is propriety is not enable when acess, only when create the new object. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jan 2016 11:52:35 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macro-for-copy-objects/m-p/689925#M249796</guid>
      <dc:creator>maiconmello</dc:creator>
      <dc:date>2016-01-18T11:52:35Z</dc:date>
    </item>
    <item>
      <title>Re: Macro for copy objects</title>
      <link>https://community.qlik.com/t5/QlikView/Macro-for-copy-objects/m-p/689926#M249797</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Do you mean&amp;nbsp; "is not enable when acess": Access Point?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jan 2016 12:08:41 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macro-for-copy-objects/m-p/689926#M249797</guid>
      <dc:creator>beck_bakytbek</dc:creator>
      <dc:date>2016-01-18T12:08:41Z</dc:date>
    </item>
    <item>
      <title>Re: Macro for copy objects</title>
      <link>https://community.qlik.com/t5/QlikView/Macro-for-copy-objects/m-p/689927#M249798</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Maicon&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;in this blog you will find the solution for your Problem: &lt;STRONG&gt;qlikblog.at&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;if you dont find the solution, let me know, and we wll try together to find the solution.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Beck&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 18 Jan 2016 12:12:20 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macro-for-copy-objects/m-p/689927#M249798</guid>
      <dc:creator>beck_bakytbek</dc:creator>
      <dc:date>2016-01-18T12:12:20Z</dc:date>
    </item>
    <item>
      <title>Re: Macro for copy objects</title>
      <link>https://community.qlik.com/t5/QlikView/Macro-for-copy-objects/m-p/689928#M249799</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you upload a sample qvw that demonstrates the problem?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://masterssummit.com" rel="nofollow"&gt;http://masterssummit.com&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;A class="jive-link-external-small" href="http://qlikviewcookbook.com" rel="nofollow"&gt;http://qlikviewcookbook.com&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jan 2016 04:46:54 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macro-for-copy-objects/m-p/689928#M249799</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2016-01-19T04:46:54Z</dc:date>
    </item>
    <item>
      <title>Re: Macro for copy objects</title>
      <link>https://community.qlik.com/t5/QlikView/Macro-for-copy-objects/m-p/689929#M249800</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;Go to -&amp;gt; Tools -&amp;gt; Edit Module -&amp;gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;STRONG&gt;Copy Paste this Code:&lt;/STRONG&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;PRE __default_attr="plain" __jive_macro_name="code" class="jive_macro_code jive_text_macro _jivemacro_uid_14531848886581976" jivemacro_uid="_14531848886581976" modifiedtitle="true"&gt;
&lt;P&gt;sub CopyObject&lt;/P&gt;
&lt;P&gt;ActiveDocument.GetSheetObject("CH01").CopyBitmapToClipboard&lt;/P&gt;
&lt;P&gt;end sub&lt;/P&gt;
&lt;/PRE&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Then, Create a button-&amp;gt; Actions-&amp;gt; External-&amp;gt;Run Macro -&amp;gt; &lt;STRONG&gt;CopyObject&lt;/STRONG&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;UL&gt;&lt;LI&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;There you should change CH01 as per your requirement to respective object ID.&lt;/SPAN&gt;&lt;/LI&gt;&lt;LI&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;You should also change left down in module settings-&amp;gt;current local security and requested module security -&amp;gt; allow system access&lt;BR /&gt;&lt;/SPAN&gt;&lt;/LI&gt;&lt;/UL&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;By Clicking on the&lt;STRONG&gt; buttton&lt;/STRONG&gt; Copy to clipboard done and then open your word document and paste it.&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Hope this helps your requirement ,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;PFA,&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;Hirish&lt;BR /&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #3d3d3d; font-family: 'Helvetica Neue', Helvetica, Arial, 'Lucida Grande', sans-serif; font-size: 13px;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jan 2016 06:43:36 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macro-for-copy-objects/m-p/689929#M249800</guid>
      <dc:creator>HirisH_V7</dc:creator>
      <dc:date>2016-01-19T06:43:36Z</dc:date>
    </item>
    <item>
      <title>Re: Macro for copy objects</title>
      <link>https://community.qlik.com/t5/QlikView/Macro-for-copy-objects/m-p/689930#M249801</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Rob, i send you my model for test.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jan 2016 10:49:47 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macro-for-copy-objects/m-p/689930#M249801</guid>
      <dc:creator>maiconmello</dc:creator>
      <dc:date>2016-01-19T10:49:47Z</dc:date>
    </item>
    <item>
      <title>Re: Macro for copy objects</title>
      <link>https://community.qlik.com/t5/QlikView/Macro-for-copy-objects/m-p/689931#M249802</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I'm sorry, I left off part of the code. &lt;SPAN style="font-size: 13.3333px;"&gt;CreateObjectFromXmlPropertiesFile is a member of Sheetobject, so the code has to be:&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ActiveDocument.ActiveSheet.CreateObjectFromXmlPropertiesFile("CH01.xml")&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I tested this in QV11 and it works, In QV12, which I see you are using, the macro hangs and I'm not sure why.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;-Rob&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 19 Jan 2016 17:49:43 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Macro-for-copy-objects/m-p/689931#M249802</guid>
      <dc:creator>rwunderlich</dc:creator>
      <dc:date>2016-01-19T17:49:43Z</dc:date>
    </item>
  </channel>
</rss>

