<?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: Highlighting and multi-sheet in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Highlighting-and-multi-sheet/m-p/396579#M95765</link>
    <description>&lt;P&gt;HTML doesn't have the concept of pages or sheets. It's a continuous document, but you can link to other HTML pages or within the same document if you really wanted.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you search on LexJansen.com you'll fin a ton of examples and papers people have written on this topic.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;A href="http://www2.sas.com/proceedings/sugi28/023-28.pdf" target="_blank"&gt;http://www2.sas.com/proceedings/sugi28/023-28.pdf&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.mwsug.org/proceedings/2014/SA/MWSUG-2014-SA13.pdf" target="_blank"&gt;https://www.mwsug.org/proceedings/2014/SA/MWSUG-2014-SA13.pdf&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Sat, 16 Sep 2017 18:01:26 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2017-09-16T18:01:26Z</dc:date>
    <item>
      <title>Highlighting and multi-sheet</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Highlighting-and-multi-sheet/m-p/396563#M95761</link>
      <description>&lt;P&gt;Can you show&amp;nbsp;example code&amp;nbsp;to add detail sheets to&amp;nbsp;an ODS HTML sheet&amp;nbsp;with highlighted&amp;nbsp;rows and cells?&lt;/P&gt;</description>
      <pubDate>Sat, 16 Sep 2017 12:01:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Highlighting-and-multi-sheet/m-p/396563#M95761</guid>
      <dc:creator>chprby12</dc:creator>
      <dc:date>2017-09-16T12:01:45Z</dc:date>
    </item>
    <item>
      <title>Re: Highlighting and multi-sheet</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Highlighting-and-multi-sheet/m-p/396566#M95763</link>
      <description>Hi:&lt;BR /&gt;  I am not sure what you mean by "detail sheets" when you make an ODS HTML file, even from multiple SAS outputs, the HTML file is 1 HTML page. If you open the HTML file in Word, then it is 1 Word doc; if you open the HTML file with Excel then it is 1 Excel worksheet in 1 workbook. So there is not a concept of "multi-sheet" with ODS HTML. If you plan to open the SAS output file with Excel, you might be better served by looking at other destinations.&lt;BR /&gt;&lt;BR /&gt;On the other hand, if you switch to ODS TAGSETS.EXCELXP or ODS EXCEL, then you can easily get multi-sheet workbooks.&lt;BR /&gt;&lt;BR /&gt;  Regarding your question about highlighted rows and cells -- the method you use for highlighting will depend on your procedure of choice. This paper outlines methods of highlighting in PROC PRINT, PROC REPORT and PROC TABULATE:&lt;BR /&gt;&lt;A href="http://support.sas.com/resources/papers/proceedings13/366-2013.pdf" target="_blank"&gt;http://support.sas.com/resources/papers/proceedings13/366-2013.pdf&lt;/A&gt; &lt;BR /&gt;cynthia</description>
      <pubDate>Sat, 16 Sep 2017 13:20:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Highlighting-and-multi-sheet/m-p/396566#M95763</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2017-09-16T13:20:31Z</dc:date>
    </item>
    <item>
      <title>Re: Highlighting and multi-sheet</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Highlighting-and-multi-sheet/m-p/396579#M95765</link>
      <description>&lt;P&gt;HTML doesn't have the concept of pages or sheets. It's a continuous document, but you can link to other HTML pages or within the same document if you really wanted.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you search on LexJansen.com you'll fin a ton of examples and papers people have written on this topic.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;SPAN&gt;&lt;A href="http://www2.sas.com/proceedings/sugi28/023-28.pdf" target="_blank"&gt;http://www2.sas.com/proceedings/sugi28/023-28.pdf&lt;/A&gt;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.mwsug.org/proceedings/2014/SA/MWSUG-2014-SA13.pdf" target="_blank"&gt;https://www.mwsug.org/proceedings/2014/SA/MWSUG-2014-SA13.pdf&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Sat, 16 Sep 2017 18:01:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Highlighting-and-multi-sheet/m-p/396579#M95765</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-09-16T18:01:26Z</dc:date>
    </item>
    <item>
      <title>Re: Highlighting and multi-sheet</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Highlighting-and-multi-sheet/m-p/403070#M97927</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I&amp;nbsp;found out I can perform highlighting and also have multiple sheets in one workbook. I just have to revert to outputting to older Excel version, saving to an .xls&amp;nbsp;file.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks!&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 11 Oct 2017 09:24:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Highlighting-and-multi-sheet/m-p/403070#M97927</guid>
      <dc:creator>chprby12</dc:creator>
      <dc:date>2017-10-11T09:24:20Z</dc:date>
    </item>
    <item>
      <title>Re: Highlighting and multi-sheet</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Highlighting-and-multi-sheet/m-p/403197#M97967</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/165453"&gt;@chprby12&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I&amp;nbsp;found out I can perform highlighting and also have multiple sheets in one workbook. I just have to revert to outputting to older Excel version, saving to an .xls&amp;nbsp;file.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Thanks!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;It depends on your version of SAS. If you have 9.4+ you can use ODS EXCEL and get a native XLSX file.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ODS HTML will produce an HTML file, even if you label it xls. Excel will open it (most of the time) but you will have a warning pop up.&lt;/P&gt;</description>
      <pubDate>Wed, 11 Oct 2017 14:55:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Highlighting-and-multi-sheet/m-p/403197#M97967</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-10-11T14:55:44Z</dc:date>
    </item>
  </channel>
</rss>

