<?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: How to use DDE adding a comment to excel in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/How-to-use-DDE-adding-a-comment-to-excel/m-p/167967#M43514</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I found what I needed using tags &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 18 Apr 2014 04:11:04 GMT</pubDate>
    <dc:creator>BETO</dc:creator>
    <dc:date>2014-04-18T04:11:04Z</dc:date>
    <item>
      <title>How to use DDE adding a comment to excel</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-use-DDE-adding-a-comment-to-excel/m-p/167964#M43511</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI,&lt;/P&gt;&lt;P&gt;what I'm trying to do is export a table to excel with a couple of excel comment boxes in row1&amp;nbsp; ... I need to auto insert a comment box into the file..&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;thanks for your assistance &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Apr 2014 22:03:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-use-DDE-adding-a-comment-to-excel/m-p/167964#M43511</guid>
      <dc:creator>BETO</dc:creator>
      <dc:date>2014-04-03T22:03:07Z</dc:date>
    </item>
    <item>
      <title>Re: How to use DDE adding a comment to excel</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-use-DDE-adding-a-comment-to-excel/m-p/167965#M43512</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I think it might be in NOTE command. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Thu, 03 Apr 2014 22:47:02 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-use-DDE-adding-a-comment-to-excel/m-p/167965#M43512</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2014-04-03T22:47:02Z</dc:date>
    </item>
    <item>
      <title>Re: How to use DDE adding a comment to excel</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-use-DDE-adding-a-comment-to-excel/m-p/167966#M43513</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;HI Reeza,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;i have this but for some reason it's not&amp;nbsp; finding the file &lt;/P&gt;&lt;P class="ecxMsoNormal" style="text-align: left;"&gt;&lt;SPAN style="background-color: rgba(255, 255, 255, 0);"&gt;&lt;STRONG&gt;data&lt;/STRONG&gt; _null_;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="ecxMsoNormal" style="text-align: left;"&gt;&lt;SPAN style="background-color: rgba(255, 255, 255, 0);"&gt;set class;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="ecxMsoNormal" style="text-align: left;"&gt;&lt;SPAN style="background-color: rgba(255, 255, 255, 0);"&gt;file ddedata;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="ecxMsoNormal" style="text-align: left;"&gt;&lt;SPAN style="background-color: rgba(255, 255, 255, 0);"&gt;put Name '09'x Sex '09'x Age '09'x Height '09'x Weight;&amp;nbsp; &lt;/SPAN&gt;&lt;/P&gt;&lt;P class="ecxMsoNormal" style="text-align: left;"&gt;&lt;SPAN style="background-color: rgba(255, 255, 255, 0);"&gt;run;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="ecxMsoNormal" style="text-align: left;"&gt;&lt;SPAN style="background-color: rgba(255, 255, 255, 0);"&gt;&amp;nbsp;&amp;nbsp; &lt;STRONG&gt;data&lt;/STRONG&gt; test1;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="ecxMsoNormal" style="text-align: left;"&gt;&lt;SPAN style="background-color: rgba(255, 255, 255, 0);"&gt;length name $&lt;STRONG&gt;10&lt;/STRONG&gt; sex $&lt;STRONG&gt;1&lt;/STRONG&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="ecxMsoNormal" style="text-align: left;"&gt;&lt;SPAN style="background-color: rgba(255, 255, 255, 0);"&gt;input name &amp;amp; sex age height weight;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="ecxMsoNormal" style="text-align: left;"&gt;&lt;SPAN style="background-color: rgba(255, 255, 255, 0);"&gt;cards;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="ecxMsoNormal" style="text-align: left;"&gt;&lt;SPAN style="background-color: rgba(255, 255, 255, 0);"&gt;Alfred M 14 69.0 112.5&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="ecxMsoNormal" style="text-align: left;"&gt;&lt;SPAN style="background-color: rgba(255, 255, 255, 0);"&gt;Mary Anne F 12 66.5 94.0&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="ecxMsoNormal" style="text-align: left;"&gt;&lt;SPAN style="background-color: rgba(255, 255, 255, 0);"&gt;run;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="ecxMsoNormal" style="text-align: left;"&gt;&lt;SPAN style="background-color: rgba(255, 255, 255, 0);"&gt;/* WRITE BODY */&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="ecxMsoNormal" style="text-align: left;"&gt;&lt;SPAN style="background-color: rgba(255, 255, 255, 0);"&gt;filename ddedata dde"excel|[C:\Users\U770846\Desktop\GC.xls]||sheet1!r3c1:r4c5";&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="ecxMsoNormal" style="text-align: left;"&gt;&lt;SPAN style="background-color: rgba(255, 255, 255, 0);"&gt;&lt;STRONG&gt;data&lt;/STRONG&gt; _null_;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="ecxMsoNormal" style="text-align: left;"&gt;&lt;SPAN style="background-color: rgba(255, 255, 255, 0);"&gt;set test1;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="ecxMsoNormal" style="text-align: left;"&gt;&lt;SPAN style="background-color: rgba(255, 255, 255, 0);"&gt;file ddedata;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="ecxMsoNormal" style="text-align: left;"&gt;&lt;SPAN style="background-color: rgba(255, 255, 255, 0);"&gt;put name sex age height weight;&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="ecxMsoNormal" style="text-align: left;"&gt;&lt;SPAN style="background-color: rgba(255, 255, 255, 0);"&gt;put 'objWorksheet.Cells(1, 1).AddComment "Test comment."';&lt;/SPAN&gt;&lt;/P&gt;&lt;P class="ecxMsoNormal" style="text-align: left;"&gt;&lt;SPAN style="background-color: rgba(255, 255, 255, 0);"&gt;&lt;STRONG&gt;run&lt;/STRONG&gt;;&lt;/SPAN&gt;&lt;/P&gt;&lt;P&gt;&lt;SPAN style="font-size: 10pt; font-family: 'Courier New'; background-color: white;"&gt;&lt;BR /&gt;&lt;/SPAN&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 04 Apr 2014 03:55:59 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-use-DDE-adding-a-comment-to-excel/m-p/167966#M43513</guid>
      <dc:creator>BETO</dc:creator>
      <dc:date>2014-04-04T03:55:59Z</dc:date>
    </item>
    <item>
      <title>Re: How to use DDE adding a comment to excel</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-use-DDE-adding-a-comment-to-excel/m-p/167967#M43514</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I found what I needed using tags &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Apr 2014 04:11:04 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-use-DDE-adding-a-comment-to-excel/m-p/167967#M43514</guid>
      <dc:creator>BETO</dc:creator>
      <dc:date>2014-04-18T04:11:04Z</dc:date>
    </item>
    <item>
      <title>Re: How to use DDE adding a comment to excel</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/How-to-use-DDE-adding-a-comment-to-excel/m-p/167968#M43515</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Can you post it back to the thread, I'm curious. &lt;/P&gt;&lt;P&gt;Also useful if someone else has the same question.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 18 Apr 2014 14:51:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/How-to-use-DDE-adding-a-comment-to-excel/m-p/167968#M43515</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2014-04-18T14:51:53Z</dc:date>
    </item>
  </channel>
</rss>

