<?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: ODS Excel PROC REPORT TITLE Formatting in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/ODS-Excel-PROC-REPORT-TITLE-Formatting/m-p/462496#M117762</link>
    <description>&lt;P&gt;Have you tried specifying height?&lt;/P&gt;
&lt;P&gt;such as&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New"&gt;TITLE&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="3"&gt;J&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=L height=12pt &lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="3"&gt;'CUSTOMER: '&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; &amp;amp;&lt;/FONT&gt;&lt;FONT color="#008080" face="Courier New" size="3"&gt;POLICY_REPORT_TITLE.&lt;/FONT&gt; &lt;FONT color="#800080" face="Courier New" size="3"&gt;' - '&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; &amp;amp;&lt;/FONT&gt;&lt;FONT color="#008080" face="Courier New" size="3"&gt;CUST_NAME.&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Courier New" size="3"&gt;Your ODS style may be setting defaults for title size that are getting interpreted oddly by Excel. Another bit might be to try setting a style such as Meadow.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;ODS&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="3"&gt;EXCEL&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="3"&gt;FILE&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; = &lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="3"&gt;"&amp;amp;Out_Path/MAQ_&amp;amp;EXCEL_FILE_NAME..xlsx"&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#800080" face="Courier New" size="3"&gt;style=styles.meadow&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;OPTIONS&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;(&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;SHEET_NAME&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; = &lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="3"&gt;"Members"&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;EMBEDDED_TITLES&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="3"&gt;'YES'&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;GRIDLINES&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="3"&gt;'ON'&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;FROZEN_HEADERS&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="3"&gt;'YES'&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;ABSOLUTE_COLUMN_WIDTH&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; = &lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="3"&gt;'12, 50, 12, 12, 12'&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;);&lt;/P&gt;</description>
    <pubDate>Tue, 15 May 2018 19:46:06 GMT</pubDate>
    <dc:creator>ballardw</dc:creator>
    <dc:date>2018-05-15T19:46:06Z</dc:date>
    <item>
      <title>ODS Excel PROC REPORT TITLE Formatting</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ODS-Excel-PROC-REPORT-TITLE-Formatting/m-p/462479#M117751</link>
      <description>&lt;P&gt;I'm using a PROC REPORT within ODS EXCEL, and my TITLE rows on the Excel file are coming out with a very large row height.&amp;nbsp; The following code produces Row 1 with a height of 101, Row 2 with a height of 84, and Row 3 with a height of 67.&amp;nbsp;&amp;nbsp; Any suggestions as to how to keep the title rows a reasonable height?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;ODS&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="3"&gt;EXCEL&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="3"&gt;FILE&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; = &lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="3"&gt;"&amp;amp;Out_Path/MAQ_&amp;amp;EXCEL_FILE_NAME..xlsx"&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;OPTIONS&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;(&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;SHEET_NAME&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; = &lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="3"&gt;"Members"&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;EMBEDDED_TITLES&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="3"&gt;'YES'&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;GRIDLINES&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="3"&gt;'ON'&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;FROZEN_HEADERS&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="3"&gt;'YES'&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;ABSOLUTE_COLUMN_WIDTH&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; = &lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="3"&gt;'12, 50, 12, 12, 12'&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;);&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;TITLE&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="3"&gt;J&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=L &lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="3"&gt;'CUSTOMER: '&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; &amp;amp;&lt;/FONT&gt;&lt;FONT color="#008080" face="Courier New" size="3"&gt;POLICY_REPORT_TITLE.&lt;/FONT&gt; &lt;FONT color="#800080" face="Courier New" size="3"&gt;' - '&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; &amp;amp;&lt;/FONT&gt;&lt;FONT color="#008080" face="Courier New" size="3"&gt;CUST_NAME.&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;TITLE2&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="3"&gt;J&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=L &lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="3"&gt;'COVERAGE DATES: '&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; &amp;amp;&lt;/FONT&gt;&lt;FONT color="#008080" face="Courier New" size="3"&gt;FIRSTSERV.&lt;/FONT&gt; &lt;FONT color="#800080" face="Courier New" size="3"&gt;' - '&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; &amp;amp;&lt;/FONT&gt;&lt;FONT color="#008080" face="Courier New" size="3"&gt;LASTSERV.&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;TITLE3&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="3"&gt;J&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=L &lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="3"&gt;'REPORT RUN DATE: '&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; &amp;amp;&lt;/FONT&gt;&lt;FONT color="#008080" face="Courier New" size="3"&gt;TODAY_DT.&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;; &lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;&lt;STRONG&gt;PROC&lt;/STRONG&gt;&lt;/FONT&gt; &lt;STRONG&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;REPORT&lt;/FONT&gt;&lt;/STRONG&gt; &lt;FONT color="#0000ff" face="Courier New" size="3"&gt;DATA&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=DEVDATA.MBRSUM &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;MISSING&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="3"&gt;NOWD&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="3"&gt;SPLIT&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="3"&gt;'*'&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;COLUMN&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; PVRC GROUP MONTH EMPMONTHS MBRMONTHS;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;DEFINE&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; PVRC / &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;DISPLAY&lt;/FONT&gt; &lt;FONT color="#800080" face="Courier New" size="3"&gt;'PVRC'&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="3"&gt;STYLE&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;(COLUMN)={JUST=L};&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;DEFINE&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="3"&gt;GROUP&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; / &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;DISPLAY&lt;/FONT&gt; &lt;FONT color="#800080" face="Courier New" size="3"&gt;'PLAN'&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="3"&gt;STYLE&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;(COLUMN)={JUST=L TAGATTR=&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="3"&gt;'WRAPTEXT:NO'&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="3"&gt;WIDTH&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=&lt;/FONT&gt;&lt;STRONG&gt;&lt;FONT color="#008080" face="Courier New" size="3"&gt;100&lt;/FONT&gt;&lt;/STRONG&gt;&lt;FONT face="Courier New" size="3"&gt;%};&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;DEFINE&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; MONTH / &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;DISPLAY&lt;/FONT&gt; &lt;FONT color="#800080" face="Courier New" size="3"&gt;'MONTH'&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="3"&gt;F&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=&lt;/FONT&gt;&lt;FONT color="#008080" face="Courier New" size="3"&gt;$6.&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="3"&gt;STYLE&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;(COLUMN)={JUST=L};&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;DEFINE&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; EMPMONTHS / &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;DISPLAY&lt;/FONT&gt; &lt;FONT color="#800080" face="Courier New" size="3"&gt;'EMPLOYEES'&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="3"&gt;STYLE&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;(COLUMN)={JUST=R TAGATTR=&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="3"&gt;'FORMAT:#,##0_)'&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;};&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;DEFINE&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; MBRMONTHS / &lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;DISPLAY&lt;/FONT&gt; &lt;FONT color="#800080" face="Courier New" size="3"&gt;'MEMBERS'&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="3"&gt;STYLE&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;(COLUMN)={JUST=R TAGATTR=&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="3"&gt;'FORMAT:#,##0_)'&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;} ;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000080" face="Courier New" size="3"&gt;&lt;STRONG&gt;RUN&lt;/STRONG&gt;&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 15 May 2018 19:23:30 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ODS-Excel-PROC-REPORT-TITLE-Formatting/m-p/462479#M117751</guid>
      <dc:creator>Tina1202</dc:creator>
      <dc:date>2018-05-15T19:23:30Z</dc:date>
    </item>
    <item>
      <title>Re: ODS Excel PROC REPORT TITLE Formatting</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ODS-Excel-PROC-REPORT-TITLE-Formatting/m-p/462496#M117762</link>
      <description>&lt;P&gt;Have you tried specifying height?&lt;/P&gt;
&lt;P&gt;such as&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New"&gt;TITLE&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="3"&gt;J&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=L height=12pt &lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="3"&gt;'CUSTOMER: '&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; &amp;amp;&lt;/FONT&gt;&lt;FONT color="#008080" face="Courier New" size="3"&gt;POLICY_REPORT_TITLE.&lt;/FONT&gt; &lt;FONT color="#800080" face="Courier New" size="3"&gt;' - '&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; &amp;amp;&lt;/FONT&gt;&lt;FONT color="#008080" face="Courier New" size="3"&gt;CUST_NAME.&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT face="Courier New" size="3"&gt;Your ODS style may be setting defaults for title size that are getting interpreted oddly by Excel. Another bit might be to try setting a style such as Meadow.&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;ODS&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="3"&gt;EXCEL&lt;/FONT&gt; &lt;FONT color="#0000ff" face="Courier New" size="3"&gt;FILE&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; = &lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="3"&gt;"&amp;amp;Out_Path/MAQ_&amp;amp;EXCEL_FILE_NAME..xlsx"&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#800080" face="Courier New" size="3"&gt;style=styles.meadow&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;OPTIONS&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;(&lt;/FONT&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;SHEET_NAME&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; = &lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="3"&gt;"Members"&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;EMBEDDED_TITLES&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="3"&gt;'YES'&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;GRIDLINES&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="3"&gt;'ON'&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;FROZEN_HEADERS&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="3"&gt;'YES'&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;ABSOLUTE_COLUMN_WIDTH&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt; = &lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="3"&gt;'12, 50, 12, 12, 12'&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;);&lt;/P&gt;</description>
      <pubDate>Tue, 15 May 2018 19:46:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ODS-Excel-PROC-REPORT-TITLE-Formatting/m-p/462496#M117762</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2018-05-15T19:46:06Z</dc:date>
    </item>
    <item>
      <title>Re: ODS Excel PROC REPORT TITLE Formatting</title>
      <link>https://communities.sas.com/t5/SAS-Programming/ODS-Excel-PROC-REPORT-TITLE-Formatting/m-p/462499#M117763</link>
      <description>&lt;P&gt;I tried the Height option.&amp;nbsp; It did change the font size from 11 to 12, but didn't change the row height problem.&amp;nbsp; What is "Meadow"?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I think I've solved my issue by&amp;nbsp;using the ODS EXCEL option&lt;/P&gt;&lt;P&gt;&lt;FONT color="#0000ff" face="Courier New" size="3"&gt;TITLE_FOOTNOTE_NOBREAK&lt;/FONT&gt;&lt;FONT face="Courier New" size="3"&gt;=&lt;/FONT&gt;&lt;FONT color="#800080" face="Courier New" size="3"&gt;'YES'.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT color="#000000" face="arial,helvetica,sans-serif" size="3"&gt;The titles are coming out on one row without the row height being really big.&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 16 May 2018 15:54:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/ODS-Excel-PROC-REPORT-TITLE-Formatting/m-p/462499#M117763</guid>
      <dc:creator>Tina1202</dc:creator>
      <dc:date>2018-05-16T15:54:47Z</dc:date>
    </item>
  </channel>
</rss>

