<?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: Writing to Word 2007 using DDE in Microsoft Integration with SAS</title>
    <link>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/Writing-to-Word-2007-using-DDE/m-p/76519#M1064</link>
    <description>I am also facing the same issue. SAS suggested a hot fix, but that too didnt work.&lt;BR /&gt;
&lt;BR /&gt;
240  filename testit dde 'winword|"c:\temp\testing.doc"&lt;BR /&gt;
241                       !MARK' notab;&lt;BR /&gt;
242&lt;BR /&gt;
243  data _null_;&lt;BR /&gt;
244     file testit;&lt;BR /&gt;
245     put 'This is a test.';&lt;BR /&gt;
246  run;&lt;BR /&gt;
&lt;BR /&gt;
ERROR: Physical file does not exist, winword|"c:\temp\testing.doc"                     !MARK.</description>
    <pubDate>Wed, 07 Apr 2010 09:57:37 GMT</pubDate>
    <dc:creator>deleted_user</dc:creator>
    <dc:date>2010-04-07T09:57:37Z</dc:date>
    <item>
      <title>Writing to Word 2007 using DDE</title>
      <link>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/Writing-to-Word-2007-using-DDE/m-p/76518#M1063</link>
      <description>I have a SAS Macro that sends commands to Word that reads a SAS output file, Formats, Prints and Saves it. &lt;BR /&gt;
&lt;BR /&gt;
It uses DDE to link to Word using the following statement:&lt;BR /&gt;
filename wordcmd dde "winword|system";&lt;BR /&gt;
&lt;BR /&gt;
This worked fine when our environment was Word 2003.&lt;BR /&gt;
&lt;BR /&gt;
We recently installed Word 2007 and now I'm getting the following message:&lt;BR /&gt;
ERROR: Physical file does not exist, winword|system&lt;BR /&gt;
&lt;BR /&gt;
Can anyone help me modify the statement so that it works in Word 2007?</description>
      <pubDate>Fri, 06 Mar 2009 15:59:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/Writing-to-Word-2007-using-DDE/m-p/76518#M1063</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2009-03-06T15:59:58Z</dc:date>
    </item>
    <item>
      <title>Re: Writing to Word 2007 using DDE</title>
      <link>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/Writing-to-Word-2007-using-DDE/m-p/76519#M1064</link>
      <description>I am also facing the same issue. SAS suggested a hot fix, but that too didnt work.&lt;BR /&gt;
&lt;BR /&gt;
240  filename testit dde 'winword|"c:\temp\testing.doc"&lt;BR /&gt;
241                       !MARK' notab;&lt;BR /&gt;
242&lt;BR /&gt;
243  data _null_;&lt;BR /&gt;
244     file testit;&lt;BR /&gt;
245     put 'This is a test.';&lt;BR /&gt;
246  run;&lt;BR /&gt;
&lt;BR /&gt;
ERROR: Physical file does not exist, winword|"c:\temp\testing.doc"                     !MARK.</description>
      <pubDate>Wed, 07 Apr 2010 09:57:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/Writing-to-Word-2007-using-DDE/m-p/76519#M1064</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2010-04-07T09:57:37Z</dc:date>
    </item>
  </channel>
</rss>

