<?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: Bold with DDE? in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Bold-with-DDE/m-p/34342#M6756</link>
    <description>Hi:&lt;BR /&gt;
  DDE is NOT using ODS. So, you'd have to use Microsoft commands to select your cells and perform your bolding -- I'm not sure what DDE/Microsoft command would be the equivalent of clicking on the 'B' button on the Excel ribbon.&lt;BR /&gt;
&lt;BR /&gt;
  ODS ESCAPECHAR techniques would only work with ODS output, such as that created by ODS HTML, ODS MSOFFICE2K or ODS TAGSETS.EXCELXP when you create HTML or XML files to be opened with Excel.&lt;BR /&gt;
 &lt;BR /&gt;
cynthia</description>
    <pubDate>Mon, 21 Mar 2011 16:04:54 GMT</pubDate>
    <dc:creator>Cynthia_sas</dc:creator>
    <dc:date>2011-03-21T16:04:54Z</dc:date>
    <item>
      <title>Bold with DDE?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Bold-with-DDE/m-p/34341#M6755</link>
      <description>I'm using DDE to export data to a spreadsheet. Everything is working fine but I need to bold certain entries on the fly. Is there a way to use Escapechar? Something else?&lt;BR /&gt;
&lt;BR /&gt;
Jeff</description>
      <pubDate>Mon, 21 Mar 2011 15:42:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Bold-with-DDE/m-p/34341#M6755</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2011-03-21T15:42:13Z</dc:date>
    </item>
    <item>
      <title>Re: Bold with DDE?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Bold-with-DDE/m-p/34342#M6756</link>
      <description>Hi:&lt;BR /&gt;
  DDE is NOT using ODS. So, you'd have to use Microsoft commands to select your cells and perform your bolding -- I'm not sure what DDE/Microsoft command would be the equivalent of clicking on the 'B' button on the Excel ribbon.&lt;BR /&gt;
&lt;BR /&gt;
  ODS ESCAPECHAR techniques would only work with ODS output, such as that created by ODS HTML, ODS MSOFFICE2K or ODS TAGSETS.EXCELXP when you create HTML or XML files to be opened with Excel.&lt;BR /&gt;
 &lt;BR /&gt;
cynthia</description>
      <pubDate>Mon, 21 Mar 2011 16:04:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Bold-with-DDE/m-p/34342#M6756</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2011-03-21T16:04:54Z</dc:date>
    </item>
    <item>
      <title>Re: Bold with DDE?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Bold-with-DDE/m-p/34343#M6757</link>
      <description>You can do it using the font.properties command, see paper 022-31 by Bessler on DDE. &lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
[pre]&lt;BR /&gt;
data _null_;&lt;BR /&gt;
File DDEcmds;&lt;BR /&gt;
&lt;BR /&gt;
put '[select("R5C3:R7C5")]';&lt;BR /&gt;
put '[font.properties("Verdana","Bold Italic",16,,,,,,,3)]';&lt;BR /&gt;
&lt;BR /&gt;
run;&lt;BR /&gt;
[/pre]</description>
      <pubDate>Tue, 22 Mar 2011 20:37:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Bold-with-DDE/m-p/34343#M6757</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2011-03-22T20:37:28Z</dc:date>
    </item>
    <item>
      <title>Re: Bold with DDE?</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Bold-with-DDE/m-p/34344#M6758</link>
      <description>Thanks Reeza, that's a great article. I was able to solve the problem with font.properties.&lt;BR /&gt;
&lt;BR /&gt;
Jeff</description>
      <pubDate>Fri, 25 Mar 2011 15:59:49 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Bold-with-DDE/m-p/34344#M6758</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2011-03-25T15:59:49Z</dc:date>
    </item>
  </channel>
</rss>

