<?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: updating excel sheets from tables in SAS in SAS Enterprise Guide</title>
    <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/updating-excel-sheets-from-tables-in-SAS/m-p/212285#M15919</link>
    <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Once you've eliminated the path as an issue (ballardw suggestion), which I would first do, try the following:&lt;/P&gt;&lt;P&gt;Save the following as .vbs file anywhere on your desktop and run it. If Excel doesn't launch that's an issue:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dim objExcel&lt;/P&gt;&lt;P&gt;Dim Newbook&lt;/P&gt;&lt;P&gt;Dim NewSheet&lt;/P&gt;&lt;P&gt;Dim inSheetCount&lt;/P&gt;&lt;P&gt;Set objExcel = CreateObject("Excel.Application")&lt;/P&gt;&lt;P&gt;Set Newbook = objExcel.Workbooks.Add()&lt;/P&gt;&lt;P&gt;objExcel.Visible = True&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
    <pubDate>Fri, 26 Jun 2015 20:10:40 GMT</pubDate>
    <dc:creator>Reeza</dc:creator>
    <dc:date>2015-06-26T20:10:40Z</dc:date>
    <item>
      <title>updating excel sheets from tables in SAS</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/updating-excel-sheets-from-tables-in-SAS/m-p/212263#M15897</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello everybody,&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;I have 51 tables in SAS,which corresponds to 51 excel sheet tabs which has same standard formatting. Now I want to update all 51 sheet using those tables in SAS. I am wondering if anybody has done same thing on the past. Links to research papers or blogs would be great help since I want to understand the process throughly.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you,&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jun 2015 14:08:19 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/updating-excel-sheets-from-tables-in-SAS/m-p/212263#M15897</guid>
      <dc:creator>learner_sas</dc:creator>
      <dc:date>2015-06-23T14:08:19Z</dc:date>
    </item>
    <item>
      <title>Re: updating excel sheets from tables in SAS</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/updating-excel-sheets-from-tables-in-SAS/m-p/212264#M15898</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;What do you mean by "update". Replace existing values in specific cells? Add Rows? Add Columns? More than one of these?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;And if this is a report type document: why Excel?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jun 2015 15:29:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/updating-excel-sheets-from-tables-in-SAS/m-p/212264#M15898</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2015-06-23T15:29:46Z</dc:date>
    </item>
    <item>
      <title>Re: updating excel sheets from tables in SAS</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/updating-excel-sheets-from-tables-in-SAS/m-p/212265#M15899</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;yes. Replacing existing values on specific cells.Why Excel, it was done in traditionally. I am pushing to create report in in SAS and export it. Hope I will get there in some time.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jun 2015 15:48:12 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/updating-excel-sheets-from-tables-in-SAS/m-p/212265#M15899</guid>
      <dc:creator>learner_sas</dc:creator>
      <dc:date>2015-06-23T15:48:12Z</dc:date>
    </item>
    <item>
      <title>Re: updating excel sheets from tables in SAS</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/updating-excel-sheets-from-tables-in-SAS/m-p/212266#M15900</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It would be very easy to replace entire workbooks from SAS, instead of trying to update individual cells. Would this be a possibility instead?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Tom&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jun 2015 16:05:46 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/updating-excel-sheets-from-tables-in-SAS/m-p/212266#M15900</guid>
      <dc:creator>TomKari</dc:creator>
      <dc:date>2015-06-23T16:05:46Z</dc:date>
    </item>
    <item>
      <title>Re: updating excel sheets from tables in SAS</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/updating-excel-sheets-from-tables-in-SAS/m-p/212267#M15901</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Yes, I am looking for all the options in the table till we move into total SAS based solutions.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jun 2015 18:51:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/updating-excel-sheets-from-tables-in-SAS/m-p/212267#M15901</guid>
      <dc:creator>learner_sas</dc:creator>
      <dc:date>2015-06-23T18:51:06Z</dc:date>
    </item>
    <item>
      <title>Re: updating excel sheets from tables in SAS</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/updating-excel-sheets-from-tables-in-SAS/m-p/212268#M15902</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;There are a variety of methods, none are perfect and depend exactly on your situation and reporting needs.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My go to standard is to export to a workbook and have the formatted pages linked to the data export. Then I can export and replace that SAS dataset at will and the new reports update.&lt;/P&gt;&lt;P&gt;A second option, when I need to explicitly place values in specific locations and don't necessarily know the size of the table is either a macro written by Art/Fried Egg Poor/Rich Man's Proc Export&lt;/P&gt;&lt;P&gt;A third option, considered antiquated, is DDE to explicitly write to cells in Excel&lt;/P&gt;&lt;P&gt;Other options are to explicitly create reports using ODS Tagsets or in SAS 9.4 ODS EXCEL. The formatting options for these are quite advanced so depending on your report switching all to SAS may be relatively easy. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jun 2015 19:01:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/updating-excel-sheets-from-tables-in-SAS/m-p/212268#M15902</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2015-06-23T19:01:51Z</dc:date>
    </item>
    <item>
      <title>Re: updating excel sheets from tables in SAS</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/updating-excel-sheets-from-tables-in-SAS/m-p/212269#M15903</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Reeza, I am starting with Poor/Rich Macro. I will update on on my result. I am refraining from DDE since it gave me problem on my test run;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jun 2015 19:13:16 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/updating-excel-sheets-from-tables-in-SAS/m-p/212269#M15903</guid>
      <dc:creator>learner_sas</dc:creator>
      <dc:date>2015-06-23T19:13:16Z</dc:date>
    </item>
    <item>
      <title>Re: updating excel sheets from tables in SAS</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/updating-excel-sheets-from-tables-in-SAS/m-p/212270#M15904</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;And I've had circumstances where DDE is the only thing that worked &lt;img id="smileywink" class="emoticon emoticon-smileywink" src="https://communities.sas.com/i/smilies/16x16_smiley-wink.png" alt="Smiley Wink" title="Smiley Wink" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Tue, 23 Jun 2015 19:14:40 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/updating-excel-sheets-from-tables-in-SAS/m-p/212270#M15904</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2015-06-23T19:14:40Z</dc:date>
    </item>
    <item>
      <title>Re: updating excel sheets from tables in SAS</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/updating-excel-sheets-from-tables-in-SAS/m-p/212271#M15905</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Hello&amp;nbsp; Finally I ran code of poor/rich. Here is what I did. reference macro was used from &lt;A href="http://www.sascommunity.org/mwiki/images/f/f4/1793-2014.sas" title="http://www.sascommunity.org/mwiki/images/f/f4/1793-2014.sas"&gt;http://www.sascommunity.org/mwiki/images/f/f4/1793-2014.sas&lt;/A&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;1) I ran program from EG I got "undermined I/O faliure. &lt;/P&gt;&lt;P&gt;2) I tried from Base SAS and got no error. searched log there is no "error"&amp;nbsp; word in whole log. But I can not see my file in the my computer. I have SAS on my PC not on server. Below is the code and log I submitted. Clearly it says whole program is fine but I can not see the output file&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My code best on poor/rich macro:&lt;/P&gt;&lt;P&gt;%exportxl( data=sashelp.cars ,&lt;/P&gt;&lt;P&gt;outfile=C:\Users\myname\Desktop\test.xlsx,&lt;/P&gt;&lt;P&gt;type=N,&lt;/P&gt;&lt;P&gt;usenames=Y,&lt;/P&gt;&lt;P&gt;sheet = test);&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;My log:&lt;/P&gt;&lt;P&gt; DATA statement used (Total process time):&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; real time&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.00 seconds&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; cpu time&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.01 seconds&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NOTE: There were 1 observations read from the data set SASHELP.CARS.&lt;/P&gt;&lt;P&gt;NOTE: The data set WORK.T_E_M_P has 1 observations and 15 variables.&lt;/P&gt;&lt;P&gt;NOTE: DATA statement used (Total process time):&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; real time&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.00 seconds&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; cpu time&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.01 seconds&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NOTE: There were 1 observations read from the data set WORK.T_E_M_P.&lt;/P&gt;&lt;P&gt;NOTE: The data set WORK.T_E_M_P has 1 observations and 15 variables.&lt;/P&gt;&lt;P&gt;NOTE: DATA statement used (Total process time):&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; real time&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.00 seconds&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; cpu time&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.00 seconds&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NOTE: PROCEDURE SQL used (Total process time):&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; real time&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.00 seconds&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; cpu time&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.01 seconds&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NOTE: The file CODE2INC is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Filename=C:\Users\myname\AppData\Local\Temp\SAS Temporary&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Files\_TD5640_ISC83676_\#LN00032,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; RECFM=V,LRECL=256,File Size (bytes)=0,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Last Modified=26Jun2015:14:37:39,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Create Time=26Jun2015:14:37:39&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NOTE: 30 records were written to the file CODE2INC.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; The minimum record length was 15.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; The maximum record length was 55.&lt;/P&gt;&lt;P&gt;NOTE: DATA statement used (Total process time):&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; real time&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.00 seconds&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; cpu time&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.00 seconds&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NOTE: DATA statement used (Total process time):&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; real time&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.00 seconds&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; cpu time&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.01 seconds&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NOTE: There were 428 observations read from the data set SASHELP.CARS.&lt;/P&gt;&lt;P&gt;NOTE: DATA statement used (Total process time):&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; real time&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.01 seconds&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; cpu time&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.01 seconds&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NOTE: The file DUMMY1 is:&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Filename=C:\Users\myname\AppData\Local\Temp\SAS Temporary&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Files\_TD5640_ISC83676_\PasteIt.vbs,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; RECFM=V,LRECL=512,File Size (bytes)=0,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Last Modified=26Jun2015:14:37:39,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; Create Time=26Jun2015:14:37:39&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NOTE: 23 records were written to the file DUMMY1.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; The minimum record length was 5.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; The maximum record length was 70.&lt;/P&gt;&lt;P&gt;NOTE: DATA statement used (Total process time):&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; real time&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.00 seconds&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; cpu time&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.00 seconds&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;NOTE: DATA statement used (Total process time):&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; real time&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.28 seconds&lt;/P&gt;&lt;P&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; cpu time&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp;&amp;nbsp; 0.04 seconds&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Everything looks right still I am not able to see my written file. Am I missing anything?&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Thank you for your time.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Jun 2015 18:46:20 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/updating-excel-sheets-from-tables-in-SAS/m-p/212271#M15905</guid>
      <dc:creator>learner_sas</dc:creator>
      <dc:date>2015-06-26T18:46:20Z</dc:date>
    </item>
    <item>
      <title>Re: updating excel sheets from tables in SAS</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/updating-excel-sheets-from-tables-in-SAS/m-p/212272#M15906</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It looks like your output is in the folder&lt;/P&gt;&lt;P&gt;C:\Users\myname\AppData\Local\Temp\SAS Temporary Files\_TD5640_ISC83676_\&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Have you used something like Windows explorer to look in that folder? One of them has the exciting name of #LN00032 .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;When running a macro and getting unexpected results it sometimes help diagnose issues by turning on&lt;/P&gt;&lt;P&gt;Options mprint symbolgen mlogic;&lt;/P&gt;&lt;P&gt;before execution.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Jun 2015 19:11:07 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/updating-excel-sheets-from-tables-in-SAS/m-p/212272#M15906</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2015-06-26T19:11:07Z</dc:date>
    </item>
    <item>
      <title>Re: updating excel sheets from tables in SAS</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/updating-excel-sheets-from-tables-in-SAS/m-p/212273#M15907</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;unfortunately not. Below is detail of folder you suggested. I am totally lost .&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG alt="snip_tempsas.PNG" class="jive-image-thumbnail jive-image" src="https://communities.sas.com/legacyfs/online/11020_snip_tempsas.PNG" width="450" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Jun 2015 19:21:37 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/updating-excel-sheets-from-tables-in-SAS/m-p/212273#M15907</guid>
      <dc:creator>learner_sas</dc:creator>
      <dc:date>2015-06-26T19:21:37Z</dc:date>
    </item>
    <item>
      <title>Re: updating excel sheets from tables in SAS</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/updating-excel-sheets-from-tables-in-SAS/m-p/212274#M15908</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;It works perfectly for me, putting the file in the correctly indicated location.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;What version of Windows are you using? You should also see Excel pop up and the data exported - at least I do &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://communities.sas.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Jun 2015 19:21:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/updating-excel-sheets-from-tables-in-SAS/m-p/212274#M15908</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2015-06-26T19:21:51Z</dc:date>
    </item>
    <item>
      <title>Re: updating excel sheets from tables in SAS</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/updating-excel-sheets-from-tables-in-SAS/m-p/212275#M15909</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;I can see command-like popup on my screen. I have Excel 2010, SAS 9.3 and Windows 7 on my computer. It is getting mysterious. Any thoughts ? &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Jun 2015 19:24:51 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/updating-excel-sheets-from-tables-in-SAS/m-p/212275#M15909</guid>
      <dc:creator>learner_sas</dc:creator>
      <dc:date>2015-06-26T19:24:51Z</dc:date>
    </item>
    <item>
      <title>Re: updating excel sheets from tables in SAS</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/updating-excel-sheets-from-tables-in-SAS/m-p/212276#M15910</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;Open the VBS file - using a text editor. Delete the last 3 lines, the close/quit, and run it. It should leave the excel file open and you can see what happens. It should also indicate where the file is being saved. Don't copy/paste anything between originally running the step and this step. &lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Jun 2015 19:29:05 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/updating-excel-sheets-from-tables-in-SAS/m-p/212276#M15910</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2015-06-26T19:29:05Z</dc:date>
    </item>
    <item>
      <title>Re: updating excel sheets from tables in SAS</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/updating-excel-sheets-from-tables-in-SAS/m-p/212277#M15911</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;No luck again,&lt;/P&gt;&lt;P&gt;it is showing the exact same location. I tried .xlsx and .xls both and it did not work. I also ran by deleting bottom three rows. It still closes my Excel application.&lt;/P&gt;&lt;P&gt;&lt;/P&gt;&lt;P&gt;Dim objExcel&lt;/P&gt;&lt;P&gt;Dim Newbook&lt;/P&gt;&lt;P&gt;Dim NewSheet&lt;/P&gt;&lt;P&gt;Dim inSheetCount&lt;/P&gt;&lt;P&gt;Set objExcel = CreateObject("Excel.Application")&lt;/P&gt;&lt;P&gt;Set Newbook = objExcel.Workbooks.Add()&lt;/P&gt;&lt;P&gt;objExcel.Visible = True&lt;/P&gt;&lt;P&gt;inSheetCount = Newbook.Application.Worksheets.Count&lt;/P&gt;&lt;P&gt;set NewSheet = Newbook.Sheets.Add( ,objExcel.WorkSheets(inSheetCount))&lt;/P&gt;&lt;P&gt;objExcel.DisplayAlerts = False&lt;/P&gt;&lt;P&gt;i = inSheetCount&lt;/P&gt;&lt;P&gt;Do Until i = 0&lt;/P&gt;&lt;P&gt; Newbook.Worksheets(i).Delete&lt;/P&gt;&lt;P&gt; i = i - 1&lt;/P&gt;&lt;P&gt; Loop&lt;/P&gt;&lt;P&gt;Newbook.Sheets(1).Name="one"&lt;/P&gt;&lt;P&gt;Newbook.Sheets("one").Select&lt;/P&gt;&lt;P&gt;Newbook.Sheets("one").Range("A1").Activate&lt;/P&gt;&lt;P&gt;Newbook.Sheets("one").Paste&lt;/P&gt;&lt;P&gt;NewSheet.SaveAs("C:\Users\myname\Desktop\sastest.xls")&lt;/P&gt;&lt;P&gt;objExcel.Workbooks.Close&lt;/P&gt;&lt;P&gt;objExcel.DisplayAlerts = True&lt;/P&gt;&lt;P&gt;objExcel.Quit&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Jun 2015 19:38:44 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/updating-excel-sheets-from-tables-in-SAS/m-p/212277#M15911</guid>
      <dc:creator>learner_sas</dc:creator>
      <dc:date>2015-06-26T19:38:44Z</dc:date>
    </item>
    <item>
      <title>Re: updating excel sheets from tables in SAS</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/updating-excel-sheets-from-tables-in-SAS/m-p/212278#M15912</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You deleted the three bottom lines, saved the script, ran it and it closed your Excel file? Did you see any data paste in?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Jun 2015 19:40:53 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/updating-excel-sheets-from-tables-in-SAS/m-p/212278#M15912</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2015-06-26T19:40:53Z</dc:date>
    </item>
    <item>
      <title>Re: updating excel sheets from tables in SAS</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/updating-excel-sheets-from-tables-in-SAS/m-p/212279#M15913</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;With the path C:\Users\myname\Desktop\&amp;nbsp; do you actually have "myname" as part of the path on your drive?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Jun 2015 19:45:06 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/updating-excel-sheets-from-tables-in-SAS/m-p/212279#M15913</guid>
      <dc:creator>ballardw</dc:creator>
      <dc:date>2015-06-26T19:45:06Z</dc:date>
    </item>
    <item>
      <title>Re: updating excel sheets from tables in SAS</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/updating-excel-sheets-from-tables-in-SAS/m-p/212280#M15914</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A __default_attr="260198" __jive_macro_name="user" class="jive_macro jive_macro_user" data-objecttype="3" href="https://communities.sas.com/"&gt;&lt;/A&gt;&amp;nbsp; I have my name first middle and last name. I just thought I should not give my name. &lt;img id="smileyhappy" class="emoticon emoticon-smileyhappy" src="https://communities.sas.com/i/smilies/16x16_smiley-happy.png" alt="Smiley Happy" title="Smiley Happy" /&gt;&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Jun 2015 19:55:39 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/updating-excel-sheets-from-tables-in-SAS/m-p/212280#M15914</guid>
      <dc:creator>learner_sas</dc:creator>
      <dc:date>2015-06-26T19:55:39Z</dc:date>
    </item>
    <item>
      <title>Re: updating excel sheets from tables in SAS</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/updating-excel-sheets-from-tables-in-SAS/m-p/212281#M15915</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;&lt;A __default_attr="255172" __jive_macro_name="user" class="jive_macro jive_macro_user" data-objecttype="3" href="https://communities.sas.com/"&gt;&lt;/A&gt; Yes . When I ran the program I see Command-like screen for a while and it closes itself after removing last three line as you suggested.&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Jun 2015 19:56:58 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/updating-excel-sheets-from-tables-in-SAS/m-p/212281#M15915</guid>
      <dc:creator>learner_sas</dc:creator>
      <dc:date>2015-06-26T19:56:58Z</dc:date>
    </item>
    <item>
      <title>Re: updating excel sheets from tables in SAS</title>
      <link>https://communities.sas.com/t5/SAS-Enterprise-Guide/updating-excel-sheets-from-tables-in-SAS/m-p/212282#M15916</link>
      <description>&lt;HTML&gt;&lt;HEAD&gt;&lt;/HEAD&gt;&lt;BODY&gt;&lt;P&gt;You don't see Excel though?&lt;/P&gt;&lt;/BODY&gt;&lt;/HTML&gt;</description>
      <pubDate>Fri, 26 Jun 2015 19:58:28 GMT</pubDate>
      <guid>https://communities.sas.com/t5/SAS-Enterprise-Guide/updating-excel-sheets-from-tables-in-SAS/m-p/212282#M15916</guid>
      <dc:creator>Reeza</dc:creator>
      <dc:date>2015-06-26T19:58:28Z</dc:date>
    </item>
  </channel>
</rss>

