<?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: Selection color Change in QlikView</title>
    <link>https://community.qlik.com/t5/QlikView/Selection-color-Change/m-p/989257#M337210</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You have to go the document properties -&amp;gt; General -&amp;gt; color scheme -&amp;gt; custom&lt;/P&gt;&lt;P&gt;but the button is not necessary... the macro will affect the document.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Tue, 25 Aug 2015 18:50:49 GMT</pubDate>
    <dc:creator>Anonymous</dc:creator>
    <dc:date>2015-08-25T18:50:49Z</dc:date>
    <item>
      <title>Selection color Change</title>
      <link>https://community.qlik.com/t5/QlikView/Selection-color-Change/m-p/989255#M337208</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Team,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have written the below code to change the selection color and written the trigger for a button to run the macro... but color is not changing instead if i give "test" in macro editor it is working... Kindly suggest me on the same.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="color: #0000ff;"&gt;sub ChangeColor()&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;EM&gt;set up = ActiveDocument.GetApplication.GetUserPreferences&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;EM&gt;up.CustomSelBgColor(1).PrimaryCol.Col = RGB(19,255,143)&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;EM&gt;up.CustomSelBgColor(2).PrimaryCol.Col = RGB(255,255,255)&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;EM&gt;up.CustomSelBgColor(3).PrimaryCol.Col = RGB(255,255,255)&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;EM&gt;up.CustomSelBgColor(4).PrimaryCol.Col = RGB(255,255,255)&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;EM&gt;up.CustomSelBgColor(5).PrimaryCol.Col = RGB(255,255,255)&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;EM&gt;up.CustomSelBgColor(6).PrimaryCol.Col = RGB(255,255,255)&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;EM&gt;up.CustomSelBgColor(7).PrimaryCol.Col = RGB(255,255,255)&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;EM&gt;up.CustomSelFgColor(1).PrimaryCol.Col = RGB(255,255,255)&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;EM&gt;up.CustomSelFgColor(2).PrimaryCol.Col = RGB(0,0,0)&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;EM&gt;up.CustomSelFgColor(3).PrimaryCol.Col = RGB(0,0,0)&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;EM&gt;up.CustomSelFgColor(4).PrimaryCol.Col = RGB(0,0,0)&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;EM&gt;up.CustomSelFgColor(5).PrimaryCol.Col = RGB(0,0,0)&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;EM&gt;up.CustomSelFgColor(6).PrimaryCol.Col = RGB(0,0,0)&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;EM&gt;up.CustomSelFgColor(7).PrimaryCol.Col = RGB(0,0,0)&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;EM&gt;ActiveDocument.GetApplication.SetUserPreferences up&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="color: #0000ff;"&gt;&lt;EM&gt;msgbox "done"&lt;/EM&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;EM style="color: #0000ff;"&gt;end sub&lt;/EM&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Regards,&lt;/P&gt;&lt;P&gt;Grace&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Aug 2015 09:52:00 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Selection-color-Change/m-p/989255#M337208</guid>
      <dc:creator>rash_611</dc:creator>
      <dc:date>2015-08-25T09:52:00Z</dc:date>
    </item>
    <item>
      <title>Re: Selection color Change</title>
      <link>https://community.qlik.com/t5/QlikView/Selection-color-Change/m-p/989256#M337209</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;any one plz help me&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Aug 2015 11:22:14 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Selection-color-Change/m-p/989256#M337209</guid>
      <dc:creator>rash_611</dc:creator>
      <dc:date>2015-08-25T11:22:14Z</dc:date>
    </item>
    <item>
      <title>Re: Selection color Change</title>
      <link>https://community.qlik.com/t5/QlikView/Selection-color-Change/m-p/989257#M337210</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;You have to go the document properties -&amp;gt; General -&amp;gt; color scheme -&amp;gt; custom&lt;/P&gt;&lt;P&gt;but the button is not necessary... the macro will affect the document.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 25 Aug 2015 18:50:49 GMT</pubDate>
      <guid>https://community.qlik.com/t5/QlikView/Selection-color-Change/m-p/989257#M337210</guid>
      <dc:creator>Anonymous</dc:creator>
      <dc:date>2015-08-25T18:50:49Z</dc:date>
    </item>
  </channel>
</rss>

