<?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: Exporting to an existing Excel sheet (to specific cells) in SAS Programming</title>
    <link>https://communities.sas.com/t5/SAS-Programming/Exporting-to-an-existing-Excel-sheet-to-specific-cells/m-p/960873#M374678</link>
    <description>&lt;P&gt;Sorry - was on vacation.&lt;/P&gt;&lt;P&gt;I can add a name and an alt text to a formatted excel tabelle for a barrier-free reading. This is what I need.&lt;/P&gt;</description>
    <pubDate>Tue, 04 Mar 2025 18:48:31 GMT</pubDate>
    <dc:creator>JanJansen</dc:creator>
    <dc:date>2025-03-04T18:48:31Z</dc:date>
    <item>
      <title>Exporting to an existing Excel sheet (to specific cells)</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Exporting-to-an-existing-Excel-sheet-to-specific-cells/m-p/959913#M374484</link>
      <description>&lt;P&gt;Hello,&lt;BR /&gt;I have an existing Excel workbook with various sheets, all of which have integrated formatted Excel tables as templates. Is there now a way to export SAS data sets to &lt;U&gt;&lt;STRONG&gt;specific cells&lt;/STRONG&gt;&lt;/U&gt; in an Excel table?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My current knowledge:&lt;BR /&gt;Proc Export: No range possible&lt;/P&gt;&lt;P&gt;ODS Excel: ALWAYS completely overwrites existing Excel sheets.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Is there a newer solution?&lt;/P&gt;&lt;P&gt;Many thanks!&lt;/P&gt;&lt;P&gt;Jan&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2025 11:36:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Exporting-to-an-existing-Excel-sheet-to-specific-cells/m-p/959913#M374484</guid>
      <dc:creator>JanJansen</dc:creator>
      <dc:date>2025-02-21T11:36:47Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting to an existing Excel sheet (to specific cells)</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Exporting-to-an-existing-Excel-sheet-to-specific-cells/m-p/959914#M374485</link>
      <description>&lt;P&gt;I don't know of any way to do this.&amp;nbsp; However, why not just export the data to a separate sheet (in the same workbook) and have either Excel formulas or a VBA macro that reads from that sheet to populate the range/s of interest?&amp;nbsp; Seems much less prone to disaster.&amp;nbsp;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2025 11:50:13 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Exporting-to-an-existing-Excel-sheet-to-specific-cells/m-p/959914#M374485</guid>
      <dc:creator>quickbluefish</dc:creator>
      <dc:date>2025-02-21T11:50:13Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting to an existing Excel sheet (to specific cells)</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Exporting-to-an-existing-Excel-sheet-to-specific-cells/m-p/959916#M374486</link>
      <description>&lt;P&gt;I work in a larger organization and we have the requirement to convert all VBA programs to SAS &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2025 12:25:33 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Exporting-to-an-existing-Excel-sheet-to-specific-cells/m-p/959916#M374486</guid>
      <dc:creator>JanJansen</dc:creator>
      <dc:date>2025-02-21T12:25:33Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting to an existing Excel sheet (to specific cells)</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Exporting-to-an-existing-Excel-sheet-to-specific-cells/m-p/959917#M374487</link>
      <description>&lt;P&gt;Can't blame them - VBA is painful.&amp;nbsp; &amp;nbsp;Maybe other folks will have ideas to do specifically what you asked.&amp;nbsp; It might help if you describe the structure of the target Excel sheet.&amp;nbsp; Is it a dashboard of some sort?&amp;nbsp; Is it reading data from other sheets in the same workbook or from an external source?&amp;nbsp; Is it interactive?&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2025 12:45:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Exporting-to-an-existing-Excel-sheet-to-specific-cells/m-p/959917#M374487</guid>
      <dc:creator>quickbluefish</dc:creator>
      <dc:date>2025-02-21T12:45:54Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting to an existing Excel sheet (to specific cells)</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Exporting-to-an-existing-Excel-sheet-to-specific-cells/m-p/959918#M374488</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/389913"&gt;@JanJansen&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;
&lt;P&gt;I work in a larger organization and we have the requirement to convert all VBA programs to SAS &lt;span class="lia-unicode-emoji" title=":winking_face:"&gt;😉&lt;/span&gt;&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Then just create the WHOLE worksheet from SAS, not just some part of it.&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2025 12:55:54 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Exporting-to-an-existing-Excel-sheet-to-specific-cells/m-p/959918#M374488</guid>
      <dc:creator>Tom</dc:creator>
      <dc:date>2025-02-21T12:55:54Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting to an existing Excel sheet (to specific cells)</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Exporting-to-an-existing-Excel-sheet-to-specific-cells/m-p/959919#M374489</link>
      <description>&lt;P&gt;There are some static sheets with hyperlinks and links to different workbook sheets - can SAS handle this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I don't just need data tables, but "real" Excel tables (with table names, alternative text, etc.) - can SAS do that?&lt;/P&gt;</description>
      <pubDate>Fri, 21 Feb 2025 13:03:41 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Exporting-to-an-existing-Excel-sheet-to-specific-cells/m-p/959919#M374489</guid>
      <dc:creator>JanJansen</dc:creator>
      <dc:date>2025-02-21T13:03:41Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting to an existing Excel sheet (to specific cells)</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Exporting-to-an-existing-Excel-sheet-to-specific-cells/m-p/959967#M374491</link>
      <description>Hi: Can you clarify what you mean by table names and alternative text -- do you mean custom sheet names or possibly flyover text when a cell is clicked in?&lt;BR /&gt;Cynthia</description>
      <pubDate>Fri, 21 Feb 2025 21:15:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Exporting-to-an-existing-Excel-sheet-to-specific-cells/m-p/959967#M374491</guid>
      <dc:creator>Cynthia_sas</dc:creator>
      <dc:date>2025-02-21T21:15:20Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting to an existing Excel sheet (to specific cells)</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Exporting-to-an-existing-Excel-sheet-to-specific-cells/m-p/959984#M374495</link>
      <description>&lt;A href="https://communities.sas.com/t5/SAS-Programming/Manipulating-excel-workbook/m-p/952647" target="_blank"&gt;https://communities.sas.com/t5/SAS-Programming/Manipulating-excel-workbook/m-p/952647&lt;/A&gt;</description>
      <pubDate>Sat, 22 Feb 2025 02:35:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Exporting-to-an-existing-Excel-sheet-to-specific-cells/m-p/959984#M374495</guid>
      <dc:creator>Ksharp</dc:creator>
      <dc:date>2025-02-22T02:35:58Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting to an existing Excel sheet (to specific cells)</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Exporting-to-an-existing-Excel-sheet-to-specific-cells/m-p/960873#M374678</link>
      <description>&lt;P&gt;Sorry - was on vacation.&lt;/P&gt;&lt;P&gt;I can add a name and an alt text to a formatted excel tabelle for a barrier-free reading. This is what I need.&lt;/P&gt;</description>
      <pubDate>Tue, 04 Mar 2025 18:48:31 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Exporting-to-an-existing-Excel-sheet-to-specific-cells/m-p/960873#M374678</guid>
      <dc:creator>JanJansen</dc:creator>
      <dc:date>2025-03-04T18:48:31Z</dc:date>
    </item>
    <item>
      <title>Re: Exporting to an existing Excel sheet (to specific cells)</title>
      <link>https://communities.sas.com/t5/SAS-Programming/Exporting-to-an-existing-Excel-sheet-to-specific-cells/m-p/960874#M374679</link>
      <description>&lt;P&gt;Looks interesting, I'll try this next days. Thanks!&lt;/P&gt;</description>
      <pubDate>Tue, 04 Mar 2025 18:49:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Programming/Exporting-to-an-existing-Excel-sheet-to-specific-cells/m-p/960874#M374679</guid>
      <dc:creator>JanJansen</dc:creator>
      <dc:date>2025-03-04T18:49:39Z</dc:date>
    </item>
  </channel>
</rss>

