<?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 Use DDE to conditional format a column on excel in Microsoft Integration with SAS</title>
    <link>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/Use-DDE-to-conditional-format-a-column-on-excel/m-p/378246#M2104</link>
    <description>&lt;P&gt;Hi I am trying to include some code with in the Data _null_ to conditional format a column SAS exported excel sheet. I need help with this is there any way to loop through the cells and check for a value and color the cell based on the value&lt;/P&gt;</description>
    <pubDate>Fri, 21 Jul 2017 16:55:01 GMT</pubDate>
    <dc:creator>vt123</dc:creator>
    <dc:date>2017-07-21T16:55:01Z</dc:date>
    <item>
      <title>Use DDE to conditional format a column on excel</title>
      <link>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/Use-DDE-to-conditional-format-a-column-on-excel/m-p/378246#M2104</link>
      <description>&lt;P&gt;Hi I am trying to include some code with in the Data _null_ to conditional format a column SAS exported excel sheet. I need help with this is there any way to loop through the cells and check for a value and color the cell based on the value&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jul 2017 16:55:01 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/Use-DDE-to-conditional-format-a-column-on-excel/m-p/378246#M2104</guid>
      <dc:creator>vt123</dc:creator>
      <dc:date>2017-07-21T16:55:01Z</dc:date>
    </item>
    <item>
      <title>Re: Use DDE to conditional format a column on excel</title>
      <link>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/Use-DDE-to-conditional-format-a-column-on-excel/m-p/378257#M2105</link>
      <description>&lt;P&gt;1. Can you apply conditional formatting to the cells in Excel and then export the data to those cells instead? The conditional formatting will follow.&lt;/P&gt;
&lt;P&gt;2. Otherwise, as you export the data, you can check the value and apply the back ground colour. This assumes you're using PUT statements to export your data. If you use PROC export this won't work.&lt;/P&gt;</description>
      <pubDate>Fri, 21 Jul 2017 17:26:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/Use-DDE-to-conditional-format-a-column-on-excel/m-p/378257#M2105</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-07-21T17:26:51Z</dc:date>
    </item>
    <item>
      <title>Re: Use DDE to conditional format a column on excel</title>
      <link>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/Use-DDE-to-conditional-format-a-column-on-excel/m-p/378483#M2106</link>
      <description>&lt;P&gt;I wouldn't use DDE - it's very old, awkward to work with and I believe no longer supported by Microsoft anyway. There are some better options detailed&amp;nbsp;&lt;A href="http://support.sas.com/kb/23/353.html" target="_self"&gt;here&lt;/A&gt;&amp;nbsp;using Proc Print, Proc Report etc.&lt;/P&gt;</description>
      <pubDate>Sun, 23 Jul 2017 01:14:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/Use-DDE-to-conditional-format-a-column-on-excel/m-p/378483#M2106</guid>
      <dc:creator>ChrisBrooks</dc:creator>
      <dc:date>2017-07-23T01:14:19Z</dc:date>
    </item>
    <item>
      <title>Re: Use DDE to conditional format a column on excel</title>
      <link>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/Use-DDE-to-conditional-format-a-column-on-excel/m-p/383487#M2108</link>
      <description>Hi thanks for you suggestions. I ended up moving the SAS code to excel and did the co ditional formatting using VBA</description>
      <pubDate>Thu, 27 Jul 2017 20:26:11 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/Use-DDE-to-conditional-format-a-column-on-excel/m-p/383487#M2108</guid>
      <dc:creator>vt123</dc:creator>
      <dc:date>2017-07-27T20:26:11Z</dc:date>
    </item>
    <item>
      <title>Re: Use DDE to conditional format a column on excel</title>
      <link>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/Use-DDE-to-conditional-format-a-column-on-excel/m-p/383488#M2109</link>
      <description>Hi Reeza could you please provide an example of thesecond option that you mentioned. Thanks!</description>
      <pubDate>Thu, 27 Jul 2017 20:27:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/Use-DDE-to-conditional-format-a-column-on-excel/m-p/383488#M2109</guid>
      <dc:creator>vt123</dc:creator>
      <dc:date>2017-07-27T20:27:18Z</dc:date>
    </item>
    <item>
      <title>Re: Use DDE to conditional format a column on excel</title>
      <link>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/Use-DDE-to-conditional-format-a-column-on-excel/m-p/383490#M2110</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/155192"&gt;@vt123&lt;/a&gt; wrote:&lt;BR /&gt;Hi Reeza could you please provide an example of thesecond option that you mentioned. Thanks!&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Google can...&lt;BR /&gt;Page 5/Section 6 -Formatting of Excel Worksheet Cells&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="http://www2.sas.com/proceedings/sugi27/p005-27.pdf" target="_blank"&gt;http://www2.sas.com/proceedings/sugi27/p005-27.pdf&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 27 Jul 2017 20:33:24 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/Use-DDE-to-conditional-format-a-column-on-excel/m-p/383490#M2110</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-07-27T20:33:24Z</dc:date>
    </item>
  </channel>
</rss>

