<?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: Where I can find DDE reference help for SAS and excel DDE? in SAS Procedures</title>
    <link>https://communities.sas.com/t5/SAS-Procedures/Where-I-can-find-DDE-reference-help-for-SAS-and-excel-DDE/m-p/80379#M23128</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you,I download the macrofun file and found the help for my question:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ERROR(enable_logical, macro_ref)&lt;BR /&gt;Enable_logical&amp;nbsp;&amp;nbsp;&amp;nbsp; is a logical value or number that selects or clears error-checking.&lt;/P&gt;&lt;P&gt;If enable_logical is FALSE or 0, all error-checking is cleared. If error-checking is cleared and an error is encountered while a macro is running, Microsoft Excel ignores it and continues. Error-checking is selected again by an ERROR(TRUE) statement, or when the macro stops running.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WORKBOOK.INSERT(type_num)&lt;BR /&gt;WORKBOOK.INSERT?(type_num)&lt;BR /&gt;Type_num&amp;nbsp;&amp;nbsp;&amp;nbsp; specifies the type of sheet to insert.&lt;/P&gt;&lt;P&gt;Type_num Type of sheet&lt;/P&gt;&lt;P&gt;1 Worksheet&lt;BR /&gt;2 Chart&lt;BR /&gt;3 Excel 4 Macro Sheet&lt;BR /&gt;4 Excel 4 International Macro Sheet&lt;BR /&gt;5 (Reserved)&lt;BR /&gt;6 Microsoft Excel Visual Basic Module&lt;BR /&gt;7 Dialog&lt;BR /&gt;quoted text Template&lt;/P&gt;&lt;P&gt;If omitted, the type of the active sheet is used.&lt;BR /&gt;If the current selection contains one sheet, then only one sheet is inserted. If the selection contains more than one sheet and the active sheet is a worksheet, then an equal number of sheets is inserted to the left of the selected group of sheets.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also ,I get another question:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could we use our user defined excel macro in the put [] command? that would be very interesting. I will try this later.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Wed, 01 Aug 2012 13:22:20 GMT</pubDate>
    <dc:creator>Mike_Davis</dc:creator>
    <dc:date>2012-08-01T13:22:20Z</dc:date>
    <item>
      <title>Where I can find DDE reference help for SAS and excel DDE?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Where-I-can-find-DDE-reference-help-for-SAS-and-excel-DDE/m-p/80376#M23125</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;BR /&gt;Hello everyone;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;whrer I can find the whole list of command help for SAS-Excel DDE ?&amp;nbsp; such as what 's the meaning of&amp;nbsp; "put '[error(false)]';?"&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I didn't find a detail introduction of all&amp;nbsp; these commands.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;filename cmds dde 'excel|system';&lt;/P&gt;&lt;P&gt;data _null_;&lt;/P&gt;&lt;P&gt;file cmds;&lt;/P&gt;&lt;P&gt;/* Insert an graph */&lt;/P&gt;&lt;P&gt;put '[workbook.insert(2)]';&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;data _null_;&lt;/P&gt;&lt;P&gt;file cmds;&lt;/P&gt;&lt;P&gt;/* Insert an Excel Macro Sheet */&lt;/P&gt;&lt;P&gt;put '[workbook.insert(3)]';&lt;/P&gt;&lt;P&gt;run;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jul 2012 21:42:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Where-I-can-find-DDE-reference-help-for-SAS-and-excel-DDE/m-p/80376#M23125</guid>
      <dc:creator>Mike_Davis</dc:creator>
      <dc:date>2012-07-31T21:42:12Z</dc:date>
    </item>
    <item>
      <title>Re: Where I can find DDE reference help for SAS and excel DDE?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Where-I-can-find-DDE-reference-help-for-SAS-and-excel-DDE/m-p/80377#M23126</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;DDE is basically using really old excel commands that are documented here&lt;/P&gt;&lt;P&gt;&lt;A class="active_link" href="http://support.microsoft.com/kb/128185" title="http://support.microsoft.com/kb/128185"&gt;http://support.microsoft.com/kb/128185&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;They're excel 4.0 macro functions and NOT SAS functions.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jul 2012 22:10:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Where-I-can-find-DDE-reference-help-for-SAS-and-excel-DDE/m-p/80377#M23126</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2012-07-31T22:10:19Z</dc:date>
    </item>
    <item>
      <title>Re: Where I can find DDE reference help for SAS and excel DDE?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Where-I-can-find-DDE-reference-help-for-SAS-and-excel-DDE/m-p/80378#M23127</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;The macrofun helpfile, that Fareeza pointed you to, is the official documentation.&amp;nbsp; You can find a lot of SAS-related insights, though, if you read Koen &lt;SPAN style="color: #000000; font-family: 'Times New Roman'; font-size: medium; text-align: -webkit-auto; background-color: #ffffff;"&gt;Vyverman&lt;/SPAN&gt;'s papers.&amp;nbsp; You can find them at: &lt;A href="http://www.sas-consultant.com/professional/papers.html" title="http://www.sas-consultant.com/professional/papers.html"&gt;Koen Vyverman: SAS Related Papers&lt;/A&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 31 Jul 2012 22:34:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Where-I-can-find-DDE-reference-help-for-SAS-and-excel-DDE/m-p/80378#M23127</guid>
      <dc:creator>art297</dc:creator>
      <dc:date>2012-07-31T22:34:09Z</dc:date>
    </item>
    <item>
      <title>Re: Where I can find DDE reference help for SAS and excel DDE?</title>
      <link>https://communities.sas.com/t5/SAS-Procedures/Where-I-can-find-DDE-reference-help-for-SAS-and-excel-DDE/m-p/80379#M23128</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Thank you,I download the macrofun file and found the help for my question:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;ERROR(enable_logical, macro_ref)&lt;BR /&gt;Enable_logical&amp;nbsp;&amp;nbsp;&amp;nbsp; is a logical value or number that selects or clears error-checking.&lt;/P&gt;&lt;P&gt;If enable_logical is FALSE or 0, all error-checking is cleared. If error-checking is cleared and an error is encountered while a macro is running, Microsoft Excel ignores it and continues. Error-checking is selected again by an ERROR(TRUE) statement, or when the macro stops running.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;WORKBOOK.INSERT(type_num)&lt;BR /&gt;WORKBOOK.INSERT?(type_num)&lt;BR /&gt;Type_num&amp;nbsp;&amp;nbsp;&amp;nbsp; specifies the type of sheet to insert.&lt;/P&gt;&lt;P&gt;Type_num Type of sheet&lt;/P&gt;&lt;P&gt;1 Worksheet&lt;BR /&gt;2 Chart&lt;BR /&gt;3 Excel 4 Macro Sheet&lt;BR /&gt;4 Excel 4 International Macro Sheet&lt;BR /&gt;5 (Reserved)&lt;BR /&gt;6 Microsoft Excel Visual Basic Module&lt;BR /&gt;7 Dialog&lt;BR /&gt;quoted text Template&lt;/P&gt;&lt;P&gt;If omitted, the type of the active sheet is used.&lt;BR /&gt;If the current selection contains one sheet, then only one sheet is inserted. If the selection contains more than one sheet and the active sheet is a worksheet, then an equal number of sheets is inserted to the left of the selected group of sheets.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Also ,I get another question:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Could we use our user defined excel macro in the put [] command? that would be very interesting. I will try this later.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Mike&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Wed, 01 Aug 2012 13:22:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Procedures/Where-I-can-find-DDE-reference-help-for-SAS-and-excel-DDE/m-p/80379#M23128</guid>
      <dc:creator>Mike_Davis</dc:creator>
      <dc:date>2012-08-01T13:22:20Z</dc:date>
    </item>
  </channel>
</rss>

