<?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 Using SAS to freeze panes and add colors to cell on Excel spreadsheets in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Using-SAS-to-freeze-panes-and-add-colors-to-cell-on-Excel/m-p/20154#M4171</link>
    <description>Hey guys, &lt;BR /&gt;
&lt;BR /&gt;
just wondering if SAS can be used to manipulate the cells on excel spreadsheets? &lt;BR /&gt;
&lt;BR /&gt;
i would like to freeze a row of panes and also adding colors to the rows. hoping someone can help me out!&lt;BR /&gt;
&lt;BR /&gt;
many many thanks!&lt;BR /&gt;
yennie</description>
    <pubDate>Wed, 12 May 2010 05:20:18 GMT</pubDate>
    <dc:creator>Yennie</dc:creator>
    <dc:date>2010-05-12T05:20:18Z</dc:date>
    <item>
      <title>Using SAS to freeze panes and add colors to cell on Excel spreadsheets</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Using-SAS-to-freeze-panes-and-add-colors-to-cell-on-Excel/m-p/20154#M4171</link>
      <description>Hey guys, &lt;BR /&gt;
&lt;BR /&gt;
just wondering if SAS can be used to manipulate the cells on excel spreadsheets? &lt;BR /&gt;
&lt;BR /&gt;
i would like to freeze a row of panes and also adding colors to the rows. hoping someone can help me out!&lt;BR /&gt;
&lt;BR /&gt;
many many thanks!&lt;BR /&gt;
yennie</description>
      <pubDate>Wed, 12 May 2010 05:20:18 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Using-SAS-to-freeze-panes-and-add-colors-to-cell-on-Excel/m-p/20154#M4171</guid>
      <dc:creator>Yennie</dc:creator>
      <dc:date>2010-05-12T05:20:18Z</dc:date>
    </item>
    <item>
      <title>Re: Using SAS to freeze panes and add colors to cell on Excel spreadsheets</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Using-SAS-to-freeze-panes-and-add-colors-to-cell-on-Excel/m-p/20155#M4172</link>
      <description>Suggest searching the SAS support website for reference papers on the topic.&lt;BR /&gt;
&lt;BR /&gt;
Scott Barry&lt;BR /&gt;
SBBWorks, Inc.&lt;BR /&gt;
&lt;BR /&gt;
Suggested Google advanced search argument, this topic/post:&lt;BR /&gt;
excel freeze pane site:sas.com</description>
      <pubDate>Wed, 12 May 2010 07:30:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Using-SAS-to-freeze-panes-and-add-colors-to-cell-on-Excel/m-p/20155#M4172</guid>
      <dc:creator>sbb</dc:creator>
      <dc:date>2010-05-12T07:30:26Z</dc:date>
    </item>
    <item>
      <title>Re: Using SAS to freeze panes and add colors to cell on Excel spreadsheets</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Using-SAS-to-freeze-panes-and-add-colors-to-cell-on-Excel/m-p/20156#M4173</link>
      <description>Here are a couple of code snippets that should help.&lt;BR /&gt;
&lt;BR /&gt;
 &lt;BR /&gt;
ods tagsets.excelxp options(sheet_name=""&lt;BR /&gt;
                                     frozen_rowheaders='4'   frozen_headers = '5'&lt;BR /&gt;
&lt;BR /&gt;
compute comme;&lt;BR /&gt;
        if  comme = 'Total' then&lt;BR /&gt;
              call define(_ROW_,'STYLE','style={background=#B6DDE8}');&lt;BR /&gt;
   endcomp;</description>
      <pubDate>Wed, 12 May 2010 12:37:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Using-SAS-to-freeze-panes-and-add-colors-to-cell-on-Excel/m-p/20156#M4173</guid>
      <dc:creator>Flip</dc:creator>
      <dc:date>2010-05-12T12:37:35Z</dc:date>
    </item>
    <item>
      <title>Re: Using SAS to freeze panes and add colors to cell on Excel spreadsheets</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Using-SAS-to-freeze-panes-and-add-colors-to-cell-on-Excel/m-p/20157#M4174</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;FROZEN_HEADERS&amp;nbsp;&amp;nbsp; --&amp;gt;&amp;nbsp; Freeze rows from scrolling with the scrollbar&lt;/P&gt;&lt;P&gt;FROZEN_ROWHEADERS --&amp;gt;&amp;nbsp;&amp;nbsp; Freeze columns from scrolling with the scrollbar&lt;/P&gt;&lt;TABLE&gt;&lt;TBODY&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;TD&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;TR&gt;&lt;TD&gt;&lt;/TD&gt;&lt;/TR&gt;&lt;/TBODY&gt;&lt;/TABLE&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Sep 2013 17:05:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Using-SAS-to-freeze-panes-and-add-colors-to-cell-on-Excel/m-p/20157#M4174</guid>
      <dc:creator>P_Sharma</dc:creator>
      <dc:date>2013-09-04T17:05:02Z</dc:date>
    </item>
    <item>
      <title>Re: Using SAS to freeze panes and add colors to cell on Excel spreadsheets</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Using-SAS-to-freeze-panes-and-add-colors-to-cell-on-Excel/m-p/20158#M4175</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You can use tagsets.excelXP to accomplish most of that, but it depends more on what you're trying to do.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Is this an already created spreadsheet that you need to format or are you looking to control your output more?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 04 Sep 2013 17:10:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Using-SAS-to-freeze-panes-and-add-colors-to-cell-on-Excel/m-p/20158#M4175</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2013-09-04T17:10:31Z</dc:date>
    </item>
  </channel>
</rss>

