<?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 SAS DDE w/ Office Excel 2010 in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/SAS-DDE-w-Office-Excel-2010/m-p/47106#M12610</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is the full thing :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;filename commands DDE 'EXCEL|SYSTEM';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data _null_;&lt;/P&gt;&lt;P&gt;file commands;&lt;/P&gt;&lt;P&gt;put '[OPEN("pathtoexcelfile.xls")]';&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #eef4f9;"&gt;data _null_;&lt;/P&gt;&lt;P style="background-color: #eef4f9;"&gt;file commands;&lt;/P&gt;&lt;P style="background-color: #eef4f9;"&gt;put "[Save.as(""&amp;amp;saveas_Path.&amp;amp;saveas..xls"")]";&lt;/P&gt;&lt;P style="background-color: #eef4f9;"&gt;put "[Close]";&lt;/P&gt;&lt;P style="background-color: #eef4f9;"&gt;run;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Mon, 06 Feb 2012 20:29:21 GMT</pubDate>
    <dc:creator>vomer</dc:creator>
    <dc:date>2012-02-06T20:29:21Z</dc:date>
    <item>
      <title>SAS DDE w/ Office Excel 2010</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/SAS-DDE-w-Office-Excel-2010/m-p/47105#M12609</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hi Everyone,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I am running on windows 7 and office 2010 and have a strange issue....&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When I was on XP/Office 2007 my DDE script would save the excel file and close it on its own. Now it stays on the Save|SaveAs|Cancel dialog box until I hit Save manually...&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;How can I fix this? Script:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data _null_;&lt;/P&gt;&lt;P&gt;file commands;&lt;/P&gt;&lt;P&gt;put "[Save.as(""&amp;amp;saveas_Path.&amp;amp;saveas..xls"")]";&lt;/P&gt;&lt;P&gt;put "[Close]";&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;%mend;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Feb 2012 19:58:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/SAS-DDE-w-Office-Excel-2010/m-p/47105#M12609</guid>
      <dc:creator>vomer</dc:creator>
      <dc:date>2012-02-06T19:58:03Z</dc:date>
    </item>
    <item>
      <title>SAS DDE w/ Office Excel 2010</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/SAS-DDE-w-Office-Excel-2010/m-p/47106#M12610</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Here is the full thing :&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;filename commands DDE 'EXCEL|SYSTEM';&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data _null_;&lt;/P&gt;&lt;P&gt;file commands;&lt;/P&gt;&lt;P&gt;put '[OPEN("pathtoexcelfile.xls")]';&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P style="background-color: #eef4f9;"&gt;data _null_;&lt;/P&gt;&lt;P style="background-color: #eef4f9;"&gt;file commands;&lt;/P&gt;&lt;P style="background-color: #eef4f9;"&gt;put "[Save.as(""&amp;amp;saveas_Path.&amp;amp;saveas..xls"")]";&lt;/P&gt;&lt;P style="background-color: #eef4f9;"&gt;put "[Close]";&lt;/P&gt;&lt;P style="background-color: #eef4f9;"&gt;run;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Feb 2012 20:29:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/SAS-DDE-w-Office-Excel-2010/m-p/47106#M12610</guid>
      <dc:creator>vomer</dc:creator>
      <dc:date>2012-02-06T20:29:21Z</dc:date>
    </item>
    <item>
      <title>SAS DDE w/ Office Excel 2010</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/SAS-DDE-w-Office-Excel-2010/m-p/47107#M12611</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;That doesn't appear to be quite what you are probably running.&amp;nbsp; It will help if you include your macro variable assignments and make sure that they are reflected correctly in your code.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Mon, 06 Feb 2012 21:40:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/SAS-DDE-w-Office-Excel-2010/m-p/47107#M12611</guid>
      <dc:creator>art297</dc:creator>
      <dc:date>2012-02-06T21:40:53Z</dc:date>
    </item>
  </channel>
</rss>

