<?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: exporttoXL: mergeacross not working in Microsoft Integration with SAS</title>
    <link>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/exporttoXL-mergeacross-not-working/m-p/59835#M829</link>
    <description>Hi Cynthia,&lt;BR /&gt;
&lt;BR /&gt;
Thanks for the response.  I'm rather new at this, and am not sure where/how to start to debug excel.  I'm hoping once we switch from Excel 2002 to Excel ver 2007 that perhaps that bug will work itself out.&lt;BR /&gt;
&lt;BR /&gt;
Buddy</description>
    <pubDate>Thu, 30 Jul 2009 18:26:21 GMT</pubDate>
    <dc:creator>deleted_user</dc:creator>
    <dc:date>2009-07-30T18:26:21Z</dc:date>
    <item>
      <title>exporttoXL: mergeacross not working</title>
      <link>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/exporttoXL-mergeacross-not-working/m-p/59833#M827</link>
      <description>I am using the exportToXL macro.  However, the mergeacross option is not working.  Excel pops up a 'Format Cell' dialoque box and wants me to manually merge the cells.  I'm running Excel 2002 (soon to be 2007) and SAS 9.1.3.  Does anyone have any suggestions?  My program is below:&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
data title2;&lt;BR /&gt;
format text $100.;&lt;BR /&gt;
text = '^ICD-10 code: I00-I09, I11, I13, I20-I51';&lt;BR /&gt;
run;&lt;BR /&gt;
&lt;BR /&gt;
&lt;BR /&gt;
%let exroot = C:\Program Files\SAS\exportToXL;&lt;BR /&gt;
%let outroot = C:\Documents and Settings\bubates\Desktop\Buddy;&lt;BR /&gt;
options sasautos=( "&amp;amp;exroot" ) mautosource mcompilenote=all notes source source2;&lt;BR /&gt;
&lt;BR /&gt;
%exportToXL(dsin=title2, &lt;BR /&gt;
savepath=&amp;amp;outroot, savename=Heart_Disease, &lt;BR /&gt;
tmplpath=&amp;amp;outroot, sheet=Town, tmplname=Heart_Disease, &lt;BR /&gt;
wsformat=none, cell1row = 160 , cell1col = 1 , mergeacross = 7 ,  exportheaders=no, &lt;BR /&gt;
endclose=no, exportvarfmts=no );</description>
      <pubDate>Wed, 29 Jul 2009 14:59:09 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/exporttoXL-mergeacross-not-working/m-p/59833#M827</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2009-07-29T14:59:09Z</dc:date>
    </item>
    <item>
      <title>Re: exporttoXL: mergeacross not working</title>
      <link>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/exporttoXL-mergeacross-not-working/m-p/59834#M828</link>
      <description>Hi:&lt;BR /&gt;
  It looks from this paper (and others):&lt;BR /&gt;
&lt;A href="http://support.sas.com/resources/papers/proceedings09/023-2009.pdf" target="_blank"&gt;http://support.sas.com/resources/papers/proceedings09/023-2009.pdf&lt;/A&gt;&lt;BR /&gt;
&lt;BR /&gt;
like the ExporttoXL macro is a user-written macro program that generates DDE calls. If you are following the guidelines outlined for usage in the macro documentation and are still having issues, your best bet for help may be to work with either the macro author or with Tech Support.&lt;BR /&gt;
 &lt;BR /&gt;
Since the macro is creating DDE calls, you might need to debug at the Excel/DDE end rather than the SAS end.&lt;BR /&gt;
 &lt;BR /&gt;
cynthia</description>
      <pubDate>Wed, 29 Jul 2009 17:04:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/exporttoXL-mergeacross-not-working/m-p/59834#M828</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2009-07-29T17:04:21Z</dc:date>
    </item>
    <item>
      <title>Re: exporttoXL: mergeacross not working</title>
      <link>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/exporttoXL-mergeacross-not-working/m-p/59835#M829</link>
      <description>Hi Cynthia,&lt;BR /&gt;
&lt;BR /&gt;
Thanks for the response.  I'm rather new at this, and am not sure where/how to start to debug excel.  I'm hoping once we switch from Excel 2002 to Excel ver 2007 that perhaps that bug will work itself out.&lt;BR /&gt;
&lt;BR /&gt;
Buddy</description>
      <pubDate>Thu, 30 Jul 2009 18:26:21 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Microsoft-Integration-with-SAS/exporttoXL-mergeacross-not-working/m-p/59835#M829</guid>
      <dc:creator>deleted_user</dc:creator>
      <dc:date>2009-07-30T18:26:21Z</dc:date>
    </item>
  </channel>
</rss>

