<?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: Excel Layout of Tables in Microsoft Integration with SAS</title>
    <link>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/Excel-Layout-of-Tables/m-p/210493#M1687</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using SAS Add-in for Excel. Unfortunately my original file broke and is not working so I did a quick remake.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PROC TABULATE&lt;BR /&gt;DATA=_TEMP.ce_nursing_assistant_course&lt;BR /&gt; &lt;BR /&gt; ;&lt;BR /&gt; &lt;BR /&gt; VAR CE_STUDENTS;&lt;BR /&gt; CLASS COLLEGE_NM / ORDER=UNFORMATTED MISSING;&lt;BR /&gt; CLASS REPORTING_YEAR / ORDER=UNFORMATTED MISSING;&lt;BR /&gt; CLASS MASTER_COURSE_LIST_ID / ORDER=UNFORMATTED MISSING;&lt;BR /&gt; TABLE /* Page Dimension */&lt;BR /&gt;MASTER_COURSE_LIST_ID,&lt;BR /&gt;/* Row Dimension */&lt;BR /&gt;COLLEGE_NM &lt;BR /&gt;ALL={LABEL="Total"},&lt;BR /&gt;/* Column Dimension */&lt;BR /&gt;REPORTING_YEAR*&lt;BR /&gt;&amp;nbsp; CE_STUDENTS*&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Sum&amp;nbsp;&amp;nbsp; ;&lt;BR /&gt; ;&lt;/P&gt;&lt;P&gt;RUN;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 27 Mar 2015 14:32:37 GMT</pubDate>
    <dc:creator>TashaBee</dc:creator>
    <dc:date>2015-03-27T14:32:37Z</dc:date>
    <item>
      <title>Excel Layout of Tables</title>
      <link>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/Excel-Layout-of-Tables/m-p/210491#M1685</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Is there a way to adjust how the layout of the tables in Excel?&lt;BR /&gt;This is a snapshot of an Excel file that I used to with the Summary Table Task and the tables are placed anywhere in the worksheet, some with numerous pages.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="imgae1.PNG" class="jive-image-thumbnail jive-image" src="https://communities.sas.com/legacyfs/online/9756_imgae1.PNG" width="450" /&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="image2.PNG" class="jive-image-thumbnail jive-image" src="https://communities.sas.com/legacyfs/online/9757_image2.PNG" width="450" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Mar 2015 19:13:45 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/Excel-Layout-of-Tables/m-p/210491#M1685</guid>
      <dc:creator>TashaBee</dc:creator>
      <dc:date>2015-03-25T19:13:45Z</dc:date>
    </item>
    <item>
      <title>Re: Excel Layout of Tables</title>
      <link>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/Excel-Layout-of-Tables/m-p/210492#M1686</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Which version of EG?&lt;/P&gt;&lt;P&gt;You may need to find the code generated by the tasks and modify it as the more control over output the more custom programming not available through wizards and such is required.&lt;/P&gt;&lt;P&gt;If you post the code generated we might be able to provide some help.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;A possible simple item MIGHT be setting that centering of output is off so all the tables are left justified (start in column 1)&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 25 Mar 2015 21:27:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/Excel-Layout-of-Tables/m-p/210492#M1686</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2015-03-25T21:27:16Z</dc:date>
    </item>
    <item>
      <title>Re: Excel Layout of Tables</title>
      <link>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/Excel-Layout-of-Tables/m-p/210493#M1687</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I am using SAS Add-in for Excel. Unfortunately my original file broke and is not working so I did a quick remake.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;PROC TABULATE&lt;BR /&gt;DATA=_TEMP.ce_nursing_assistant_course&lt;BR /&gt; &lt;BR /&gt; ;&lt;BR /&gt; &lt;BR /&gt; VAR CE_STUDENTS;&lt;BR /&gt; CLASS COLLEGE_NM / ORDER=UNFORMATTED MISSING;&lt;BR /&gt; CLASS REPORTING_YEAR / ORDER=UNFORMATTED MISSING;&lt;BR /&gt; CLASS MASTER_COURSE_LIST_ID / ORDER=UNFORMATTED MISSING;&lt;BR /&gt; TABLE /* Page Dimension */&lt;BR /&gt;MASTER_COURSE_LIST_ID,&lt;BR /&gt;/* Row Dimension */&lt;BR /&gt;COLLEGE_NM &lt;BR /&gt;ALL={LABEL="Total"},&lt;BR /&gt;/* Column Dimension */&lt;BR /&gt;REPORTING_YEAR*&lt;BR /&gt;&amp;nbsp; CE_STUDENTS*&lt;BR /&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; Sum&amp;nbsp;&amp;nbsp; ;&lt;BR /&gt; ;&lt;/P&gt;&lt;P&gt;RUN;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 27 Mar 2015 14:32:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/Excel-Layout-of-Tables/m-p/210493#M1687</guid>
      <dc:creator>TashaBee</dc:creator>
      <dc:date>2015-03-27T14:32:37Z</dc:date>
    </item>
  </channel>
</rss>

