<?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: I have a question about the sas add in for excel in Developers</title>
    <link>https://communities.sas.com/t5/Developers/I-have-a-question-about-the-sas-add-in-for-excel/m-p/612276#M5880</link>
    <description>&lt;P&gt;Try this step by step procedure with input streams&amp;nbsp;&lt;A href="http://support.sas.com/kb/42/983.html" target="_self"&gt;http://support.sas.com/kb/42/983.html&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This is also an excellent reference&amp;nbsp;&lt;A href="http://support.sas.com/resources/papers/proceedings11/012-2011.pdf" target="_self"&gt;http://support.sas.com/resources/papers/proceedings11/012-2011.pdf&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
    <pubDate>Tue, 17 Dec 2019 00:52:47 GMT</pubDate>
    <dc:creator>sustagens</dc:creator>
    <dc:date>2019-12-17T00:52:47Z</dc:date>
    <item>
      <title>I have a question about the sas add in for excel</title>
      <link>https://communities.sas.com/t5/Developers/I-have-a-question-about-the-sas-add-in-for-excel/m-p/546161#M5876</link>
      <description>&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My boss wants me to create an excel file that would contain a list of ID's that could be updated and then once the ID's are set have the ability to hit a button that would fire off VBA code that would read in the ID's and execute the SAS Add in Query that would join information to the ID numbers. Lastly it would need to export the information to the same excel file. I am experienced in SAS, but not so much with VBA and stored processes. Any guidance would be appreciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;</description>
      <pubDate>Tue, 26 Mar 2019 14:25:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/I-have-a-question-about-the-sas-add-in-for-excel/m-p/546161#M5876</guid>
      <dc:creator>Wentzwagon11</dc:creator>
      <dc:date>2019-03-26T14:25:20Z</dc:date>
    </item>
    <item>
      <title>Re: I have a question about the sas add in for excel</title>
      <link>https://communities.sas.com/t5/Developers/I-have-a-question-about-the-sas-add-in-for-excel/m-p/546435#M5877</link>
      <description>&lt;P&gt;Hi,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;If you have an add-in for SAS in excel, I think you just need minimal VBA knowledge to accomplish your task. You can execute SAS code via VBA. Once you have the developer tab activated in the excel toolbar, you can create customize a sheet as you like and add a button. However, if you want SAS to export to the same excel file at the end, you may need to close your file first so that SAS can use it.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;P&gt;Rajesh.&lt;/P&gt;</description>
      <pubDate>Wed, 27 Mar 2019 10:37:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/I-have-a-question-about-the-sas-add-in-for-excel/m-p/546435#M5877</guid>
      <dc:creator>Rajesh3</dc:creator>
      <dc:date>2019-03-27T10:37:58Z</dc:date>
    </item>
    <item>
      <title>Re: I have a question about the sas add in for excel</title>
      <link>https://communities.sas.com/t5/Developers/I-have-a-question-about-the-sas-add-in-for-excel/m-p/546917#M5878</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://communities.sas.com/t5/user/viewprofilepage/user-id/268038"&gt;@Wentzwagon11&lt;/a&gt;&amp;nbsp;wrote:&lt;BR /&gt;&lt;P&gt;Hello,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;My boss wants me to create an excel file that would contain a list of ID's that could be updated and then once the ID's are set have the ability to hit a button that would fire off VBA code that would read in the ID's and execute the SAS Add in Query that would join information to the ID numbers. Lastly it would need to export the information to the same excel file. I am experienced in SAS, but not so much with VBA and stored processes. Any guidance would be appreciated.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;You could have SAS update some hidden excel file that is then read into the excel file with your button. That way you wouldn't run into a situation where SAS is trying to update a locked Excel file (such as one that is already opened.)&lt;/P&gt;</description>
      <pubDate>Thu, 28 Mar 2019 15:33:22 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/I-have-a-question-about-the-sas-add-in-for-excel/m-p/546917#M5878</guid>
      <dc:creator>DWilson</dc:creator>
      <dc:date>2019-03-28T15:33:22Z</dc:date>
    </item>
    <item>
      <title>Re: I have a question about the sas add in for excel</title>
      <link>https://communities.sas.com/t5/Developers/I-have-a-question-about-the-sas-add-in-for-excel/m-p/548338#M5879</link>
      <description>&lt;P&gt;You can do this with a stored process using the SAS Add-In for Microsoft Office.&amp;nbsp; Your list of IDs would be an input stream that you could send to the stored process to join the information to the ID numbers.&amp;nbsp; Then, the results could be directed to a new worksheet (or an existing one) in the same workbook.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What's better, is that if your list of IDs changes, once you've set everything up, all you would have to do is refresh your results and it will pull the new data, run the stored process and update the results.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;For a good example of how to create a stored process that takes an input stream, you can check out this whitepaper:&lt;/P&gt;
&lt;P&gt;&lt;A href="https://support.sas.com/resources/papers/proceedings16/SAS3500-2016.pdf" target="_blank"&gt;https://support.sas.com/resources/papers/proceedings16/SAS3500-2016.pdf&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This paper has two parts, the first is about Visual Analytics reports in Excel. The second part is about stored processes in Excel.&amp;nbsp; It goes through an example and shows you what you'll need to do to set it up.&amp;nbsp; If you have any questions about doing this, feel free to reach out to me.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Good Luck,&lt;/P&gt;
&lt;P&gt;Tim&lt;/P&gt;</description>
      <pubDate>Wed, 03 Apr 2019 20:33:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/I-have-a-question-about-the-sas-add-in-for-excel/m-p/548338#M5879</guid>
      <dc:creator>TimBeese</dc:creator>
      <dc:date>2019-04-03T20:33:16Z</dc:date>
    </item>
    <item>
      <title>Re: I have a question about the sas add in for excel</title>
      <link>https://communities.sas.com/t5/Developers/I-have-a-question-about-the-sas-add-in-for-excel/m-p/612276#M5880</link>
      <description>&lt;P&gt;Try this step by step procedure with input streams&amp;nbsp;&lt;A href="http://support.sas.com/kb/42/983.html" target="_self"&gt;http://support.sas.com/kb/42/983.html&lt;/A&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;This is also an excellent reference&amp;nbsp;&lt;A href="http://support.sas.com/resources/papers/proceedings11/012-2011.pdf" target="_self"&gt;http://support.sas.com/resources/papers/proceedings11/012-2011.pdf&lt;/A&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 17 Dec 2019 00:52:47 GMT</pubDate>
      <guid>https://communities.sas.com/t5/Developers/I-have-a-question-about-the-sas-add-in-for-excel/m-p/612276#M5880</guid>
      <dc:creator>sustagens</dc:creator>
      <dc:date>2019-12-17T00:52:47Z</dc:date>
    </item>
  </channel>
</rss>

