<?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 Append excel sheets using macro in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Append-excel-sheets-using-macro/m-p/822817#M41044</link>
    <description>&lt;P&gt;I want to append this excel worksheets using macro. Please Help&lt;/P&gt;
&lt;P&gt;Multiple sheets into one sheet&lt;/P&gt;</description>
    <pubDate>Tue, 12 Jul 2022 12:38:40 GMT</pubDate>
    <dc:creator>Daily1</dc:creator>
    <dc:date>2022-07-12T12:38:40Z</dc:date>
    <item>
      <title>Append excel sheets using macro</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Append-excel-sheets-using-macro/m-p/822817#M41044</link>
      <description>&lt;P&gt;I want to append this excel worksheets using macro. Please Help&lt;/P&gt;
&lt;P&gt;Multiple sheets into one sheet&lt;/P&gt;</description>
      <pubDate>Tue, 12 Jul 2022 12:38:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Append-excel-sheets-using-macro/m-p/822817#M41044</guid>
      <dc:creator>Daily1</dc:creator>
      <dc:date>2022-07-12T12:38:40Z</dc:date>
    </item>
    <item>
      <title>Re: Append excel sheets using macro</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Append-excel-sheets-using-macro/m-p/822856#M41052</link>
      <description>&lt;P&gt;Sounds like an Excel forum question not SAS.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;SAS would likely require creating a single data set and then exporting that set.&lt;/P&gt;
&lt;P&gt;Many users here don't want to download Excel files because of virus potential, others have such things blocked by security software or organization policy. Also if you give us Excel we have to create a SAS data set and due to the non-existent constraints on Excel data cells the result we end up with may not have variables of the same type (numeric or character) and even values.&lt;/P&gt;</description>
      <pubDate>Tue, 12 Jul 2022 14:21:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Append-excel-sheets-using-macro/m-p/822856#M41052</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2022-07-12T14:21:19Z</dc:date>
    </item>
    <item>
      <title>Re: Append excel sheets using macro</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Append-excel-sheets-using-macro/m-p/823039#M41057</link>
      <description>&lt;P&gt;Hello&amp;nbsp;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/236411"&gt;@Daily1&lt;/a&gt;&amp;nbsp;&lt;BR /&gt;Your possible solutions are here&lt;/P&gt;
&lt;P&gt;&lt;A href="https://support.sas.com/resources/papers/proceedings/proceedings/sugi30/040-30.pdf" target="_blank" rel="nofollow noopener noreferrer"&gt;https://support.sas.com/resources/papers/proceedings/proceedings/sugi30/040-30.pdf&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;A href="https://www.pharmasug.org/proceedings/2011/CC/PharmaSUG-2011-CC10.pdf" target="_blank" rel="nofollow noopener noreferrer"&gt;https://www.pharmasug.org/proceedings/2011/CC/PharmaSUG-2011-CC10.pdf&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 13 Jul 2022 01:10:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Append-excel-sheets-using-macro/m-p/823039#M41057</guid>
      <dc:creator>Sajid01</dc:creator>
      <dc:date>2022-07-13T01:10:39Z</dc:date>
    </item>
    <item>
      <title>Re: Append excel sheets using macro</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/Append-excel-sheets-using-macro/m-p/823050#M41058</link>
      <description>&lt;P&gt;Define a libname:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;libname book1 xlsx "path_to_file/book1.xlsx";&lt;/CODE&gt;&lt;/PRE&gt;
&lt;P&gt;Then SET all datasets:&lt;/P&gt;
&lt;PRE&gt;&lt;CODE class=" language-sas"&gt;data all;
set
  order
  return
  people
;
run;&lt;/CODE&gt;&lt;/PRE&gt;</description>
      <pubDate>Wed, 13 Jul 2022 05:40:03 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/Append-excel-sheets-using-macro/m-p/823050#M41058</guid>
      <dc:creator>Kurt_Bremser</dc:creator>
      <dc:date>2022-07-13T05:40:03Z</dc:date>
    </item>
  </channel>
</rss>

