<?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 Changing Sheet Properties via vbMacro [Security] in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Changing-Sheet-Properties-via-vbMacro-Security/m-p/265595#M99817</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Lucky,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;have you ever used the ApiGuide.qvw? There are a lot of useful information there, regarding on how to use the Automation API.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To configure the sheet permissions, you must use something like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;set mysheet=ActiveDocument.ActiveSheet&lt;/P&gt;&lt;P&gt;set sp=mysheet.GetProperties&lt;/P&gt;&lt;P&gt;sp.UserPermissions.AddSheetObject = false&lt;/P&gt;&lt;P&gt;mysheet.SetProperties sp&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check the class ISheetPermissions in the ApiGuide, to see how to set each Security parameter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Fernando&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 29 Nov 2011 18:43:07 GMT</pubDate>
    <dc:creator>fosuzuki</dc:creator>
    <dc:date>2011-11-29T18:43:07Z</dc:date>
    <item>
      <title>Changing Sheet Properties via vbMacro [Security]</title>
      <link>https://community.qlik.com/t5/QlikView/Changing-Sheet-Properties-via-vbMacro-Security/m-p/265594#M99816</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi everyone&lt;/P&gt;&lt;P&gt;I need to change via VBMacro the settings of my Qvw before publishing on the server&lt;/P&gt;&lt;P&gt;It's a common operation i do every time i modify my presentation, just before the publication.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I need a fast code to switch from this situation&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="MWSnap 20111129175723.gif" class="jive-image-thumbnail jive-image" onclick="" src="https://community.qlik.com/legacyfs/online/9055_MWSnap+20111129175723.gif" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;to this&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="MWSnap 20111129175751.gif" class="jive-image" src="https://community.qlik.com/legacyfs/online/9062_MWSnap+20111129175751.gif" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;anybody can help me?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Nov 2011 17:01:19 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Changing-Sheet-Properties-via-vbMacro-Security/m-p/265594#M99816</guid>
      <dc:creator />
      <dc:date>2011-11-29T17:01:19Z</dc:date>
    </item>
    <item>
      <title>Changing Sheet Properties via vbMacro [Security]</title>
      <link>https://community.qlik.com/t5/QlikView/Changing-Sheet-Properties-via-vbMacro-Security/m-p/265595#M99817</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Lucky,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;have you ever used the ApiGuide.qvw? There are a lot of useful information there, regarding on how to use the Automation API.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;To configure the sheet permissions, you must use something like:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;set mysheet=ActiveDocument.ActiveSheet&lt;/P&gt;&lt;P&gt;set sp=mysheet.GetProperties&lt;/P&gt;&lt;P&gt;sp.UserPermissions.AddSheetObject = false&lt;/P&gt;&lt;P&gt;mysheet.SetProperties sp&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Check the class ISheetPermissions in the ApiGuide, to see how to set each Security parameter.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Hope this helps you.&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Fernando&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 29 Nov 2011 18:43:07 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Changing-Sheet-Properties-via-vbMacro-Security/m-p/265595#M99817</guid>
      <dc:creator>fosuzuki</dc:creator>
      <dc:date>2011-11-29T18:43:07Z</dc:date>
    </item>
    <item>
      <title>Changing Sheet Properties via vbMacro [Security]</title>
      <link>https://community.qlik.com/t5/QlikView/Changing-Sheet-Properties-via-vbMacro-Security/m-p/265596#M99818</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt; Thankyou so much Fernando&lt;/P&gt;&lt;P&gt;Your answer was so useful, I often use the ApiGuide.qvw&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;But in this case i cannot find the security Parameters to be set&lt;/P&gt;&lt;P&gt;&lt;IMG alt="MWSnap 20111201101257.gif" class="jive-image-thumbnail jive-image" onclick="" src="https://community.qlik.com/legacyfs/online/9121_MWSnap+20111201101257.gif" width="450" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Dec 2011 09:13:27 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Changing-Sheet-Properties-via-vbMacro-Security/m-p/265596#M99818</guid>
      <dc:creator />
      <dc:date>2011-12-01T09:13:27Z</dc:date>
    </item>
    <item>
      <title>Changing Sheet Properties via vbMacro [Security]</title>
      <link>https://community.qlik.com/t5/QlikView/Changing-Sheet-Properties-via-vbMacro-Security/m-p/265597#M99819</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;hi Luky,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;if you only select 'ISheetPermissions' in the Class field, you will get something like this:&lt;/P&gt;&lt;P&gt;&lt;IMG alt="qc.png" class="jive-image-thumbnail jive-image" onclick="" src="https://community.qlik.com/legacyfs/online/9130_qc.png" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And so in the Member field you can find all the options that exist in the Security tab.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Fernando&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Dec 2011 09:24:37 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Changing-Sheet-Properties-via-vbMacro-Security/m-p/265597#M99819</guid>
      <dc:creator>fosuzuki</dc:creator>
      <dc:date>2011-12-01T09:24:37Z</dc:date>
    </item>
    <item>
      <title>Changing Sheet Properties via vbMacro [Security]</title>
      <link>https://community.qlik.com/t5/QlikView/Changing-Sheet-Properties-via-vbMacro-Security/m-p/265598#M99820</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thankyou Fernando, all ok&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I'm only trying to write the Vbmacro that involves the full collection of Sheets of the project...&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 01 Dec 2011 10:45:45 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Changing-Sheet-Properties-via-vbMacro-Security/m-p/265598#M99820</guid>
      <dc:creator />
      <dc:date>2011-12-01T10:45:45Z</dc:date>
    </item>
  </channel>
</rss>

