<?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 How to print report in a specific cell in excel in ODS and Base Reporting</title>
    <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-print-report-in-a-specific-cell-in-excel/m-p/378853#M18980</link>
    <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am using SAS 9.3 version and I am trying to output some data to excel starting from a particular row and column number. In the&amp;nbsp;attached excel screenshot&amp;nbsp;I&amp;nbsp;have two reports. The first one is starting at Column B Row 3 and the second report is starting at Column G Row 3 and so forth.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Could someone show how to direct SAS&amp;nbsp;to start printing the report from a particular row and column cell in excel. Thanks for your help!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;BR /&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/14133i7D600E510C7B3E72/image-size/large?v=1.0&amp;amp;px=600" border="0" alt="excel.JPG" title="excel.JPG" /&gt;</description>
    <pubDate>Tue, 25 Jul 2017 03:47:26 GMT</pubDate>
    <dc:creator>vicky07</dc:creator>
    <dc:date>2017-07-25T03:47:26Z</dc:date>
    <item>
      <title>How to print report in a specific cell in excel</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-print-report-in-a-specific-cell-in-excel/m-p/378853#M18980</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I am using SAS 9.3 version and I am trying to output some data to excel starting from a particular row and column number. In the&amp;nbsp;attached excel screenshot&amp;nbsp;I&amp;nbsp;have two reports. The first one is starting at Column B Row 3 and the second report is starting at Column G Row 3 and so forth.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Could someone show how to direct SAS&amp;nbsp;to start printing the report from a particular row and column cell in excel. Thanks for your help!&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;BR /&gt;&lt;IMG src="https://communities.sas.com/t5/image/serverpage/image-id/14133i7D600E510C7B3E72/image-size/large?v=1.0&amp;amp;px=600" border="0" alt="excel.JPG" title="excel.JPG" /&gt;</description>
      <pubDate>Tue, 25 Jul 2017 03:47:26 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-print-report-in-a-specific-cell-in-excel/m-p/378853#M18980</guid>
      <dc:creator>vicky07</dc:creator>
      <dc:date>2017-07-25T03:47:26Z</dc:date>
    </item>
    <item>
      <title>Re: How to print report in a specific cell in excel</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-print-report-in-a-specific-cell-in-excel/m-p/378855#M18981</link>
      <description>&lt;P&gt;You can't easily. You&amp;nbsp;can try specifying the RANGE option when exporting.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;There's a macro that works well though:&lt;/P&gt;
&lt;P&gt;&lt;A href="http://www.sascommunity.org/wiki/A_Poor/Rich_SAS_Users_Proc_Export" target="_blank"&gt;http://www.sascommunity.org/wiki/A_Poor/Rich_SAS_Users_Proc_Export&lt;/A&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jul 2017 03:53:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-print-report-in-a-specific-cell-in-excel/m-p/378855#M18981</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-07-25T03:53:21Z</dc:date>
    </item>
    <item>
      <title>Re: How to print report in a specific cell in excel</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-print-report-in-a-specific-cell-in-excel/m-p/378857#M18982</link>
      <description>&lt;P&gt;Okay, I will go through the link and give it a try. Thank You!&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jul 2017 04:03:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-print-report-in-a-specific-cell-in-excel/m-p/378857#M18982</guid>
      <dc:creator>vicky07</dc:creator>
      <dc:date>2017-07-25T04:03:12Z</dc:date>
    </item>
    <item>
      <title>Re: How to print report in a specific cell in excel</title>
      <link>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-print-report-in-a-specific-cell-in-excel/m-p/378897#M18983</link>
      <description>&lt;P&gt;As an alternative, export your data to CSV, then use Excel VBA to read in the Excel and process into your Excel template. &amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 25 Jul 2017 08:08:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/ODS-and-Base-Reporting/How-to-print-report-in-a-specific-cell-in-excel/m-p/378897#M18983</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2017-07-25T08:08:33Z</dc:date>
    </item>
  </channel>
</rss>

