<?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 EXPORT in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/EXCEL-EXPORT/m-p/369711#M88295</link>
    <description>as i understand "odds ratios" sheet has been already created in excel. firstly change your code and Replace sheet name as "my_data". Then get figures from "my_data" sheet to "odds ratios" sheet in excel by creating cell link.</description>
    <pubDate>Thu, 22 Jun 2017 21:07:22 GMT</pubDate>
    <dc:creator>Yavuz</dc:creator>
    <dc:date>2017-06-22T21:07:22Z</dc:date>
    <item>
      <title>EXCEL EXPORT</title>
      <link>https://communities.sas.com/t5/SAS-Programming/EXCEL-EXPORT/m-p/369709#M88294</link>
      <description>&lt;P&gt;PROC EXPORT&lt;/P&gt;&lt;P&gt;DATA=ODDSRATIOS_COMBINED&lt;/P&gt;&lt;P&gt;DBMS=XLSX&amp;nbsp;&lt;/P&gt;&lt;P&gt;OUTFILE = "FILE PATH"&lt;/P&gt;&lt;P&gt;REPLACE;&lt;/P&gt;&lt;P&gt;SHEET = 'ODDS RATIOS';&lt;/P&gt;&lt;P&gt;RUN;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I keep getting an error that says cannot replace sheet because it has existing formulas that reference other pages&lt;/P&gt;&lt;P&gt;ERROR: export unsuccessful.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I know there's a hot fix available but I can't download it because of the server I'm working on. Is there any way around this problem?&amp;nbsp;&lt;/P&gt;&lt;P&gt;I need to be able to update the exported excel file w/ different iterations without deleting the sheet and re-creating the formulas each time.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 22 Jun 2017 20:53:00 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/EXCEL-EXPORT/m-p/369709#M88294</guid>
      <dc:creator>Woop122</dc:creator>
      <dc:date>2017-06-22T20:53:00Z</dc:date>
    </item>
    <item>
      <title>Re: EXCEL EXPORT</title>
      <link>https://communities.sas.com/t5/SAS-Programming/EXCEL-EXPORT/m-p/369711#M88295</link>
      <description>as i understand "odds ratios" sheet has been already created in excel. firstly change your code and Replace sheet name as "my_data". Then get figures from "my_data" sheet to "odds ratios" sheet in excel by creating cell link.</description>
      <pubDate>Thu, 22 Jun 2017 21:07:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/EXCEL-EXPORT/m-p/369711#M88295</guid>
      <dc:creator>Yavuz</dc:creator>
      <dc:date>2017-06-22T21:07:22Z</dc:date>
    </item>
    <item>
      <title>Re: EXCEL EXPORT</title>
      <link>https://communities.sas.com/t5/SAS-Programming/EXCEL-EXPORT/m-p/369732#M88307</link>
      <description>&lt;P&gt;Try creating a named range and then exporting to the named range.&lt;/P&gt;</description>
      <pubDate>Thu, 22 Jun 2017 22:51:35 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/EXCEL-EXPORT/m-p/369732#M88307</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2017-06-22T22:51:35Z</dc:date>
    </item>
  </channel>
</rss>

