<?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: text formating Excel cell with dde in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/text-formating-Excel-cell-with-dde/m-p/348677#M80765</link>
    <description>&lt;P&gt;Whilst it may be possible, I would really advise that you drop DDE as it has been out of support for well over 10years now, and in some cases doesn't work. &amp;nbsp;If you need formatting on your output data, consider using one of the newer techqniques such as excelxp/excel in combination with proc report which can give detailed formatted reports. &amp;nbsp;If you need something in advance of that, then dump your data out to CSV, and then using VBA in Excel open that CSV and process further.&lt;/P&gt;</description>
    <pubDate>Mon, 10 Apr 2017 13:17:31 GMT</pubDate>
    <dc:creator>RW9</dc:creator>
    <dc:date>2017-04-10T13:17:31Z</dc:date>
    <item>
      <title>text formating Excel cell with dde</title>
      <link>https://communities.sas.com/t5/SAS-Programming/text-formating-Excel-cell-with-dde/m-p/348669#M80761</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;How to text format a cell using dde?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you.&lt;/P&gt;</description>
      <pubDate>Mon, 10 Apr 2017 12:56:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/text-formating-Excel-cell-with-dde/m-p/348669#M80761</guid>
      <dc:creator>indox</dc:creator>
      <dc:date>2017-04-10T12:56:22Z</dc:date>
    </item>
    <item>
      <title>Re: text formating Excel cell with dde</title>
      <link>https://communities.sas.com/t5/SAS-Programming/text-formating-Excel-cell-with-dde/m-p/348677#M80765</link>
      <description>&lt;P&gt;Whilst it may be possible, I would really advise that you drop DDE as it has been out of support for well over 10years now, and in some cases doesn't work. &amp;nbsp;If you need formatting on your output data, consider using one of the newer techqniques such as excelxp/excel in combination with proc report which can give detailed formatted reports. &amp;nbsp;If you need something in advance of that, then dump your data out to CSV, and then using VBA in Excel open that CSV and process further.&lt;/P&gt;</description>
      <pubDate>Mon, 10 Apr 2017 13:17:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/text-formating-Excel-cell-with-dde/m-p/348677#M80765</guid>
      <dc:creator>RW9</dc:creator>
      <dc:date>2017-04-10T13:17:31Z</dc:date>
    </item>
    <item>
      <title>Re: text formating Excel cell with dde</title>
      <link>https://communities.sas.com/t5/SAS-Programming/text-formating-Excel-cell-with-dde/m-p/349444#M81048</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;For those who are in the same situation, here is the solution:&lt;/P&gt;&lt;PRE&gt;filename xlappli dde "excel|system";
data _null_;
file xlappli;
PUT "[SELECT(""R1C1:R1C1"")]" ;
PUT "[FORMAT.NUMBER(""@"")]" ;
run;&lt;/PRE&gt;&lt;P&gt;This will format the cell A1 in text format.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Indox.&lt;/P&gt;</description>
      <pubDate>Wed, 12 Apr 2017 13:35:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/text-formating-Excel-cell-with-dde/m-p/349444#M81048</guid>
      <dc:creator>indox</dc:creator>
      <dc:date>2017-04-12T13:35:47Z</dc:date>
    </item>
  </channel>
</rss>

