LISTSERV at the University of Georgia
Menubar Imagemap
Home Browse Manage Request Manuals Register
Previous messageNext messagePrevious in topicNext in topicPrevious by same authorNext by same authorPrevious page (March 2009, week 4)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Mon, 23 Mar 2009 10:48:11 -0500
Reply-To:   Joe Matise <snoopy369@GMAIL.COM>
Sender:   "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:   Joe Matise <snoopy369@GMAIL.COM>
Subject:   Re: delete tabs from excel
Comments:   To: d-dubs <m.denniswilliams@gmail.com>
In-Reply-To:   <c31ac83d-e15f-43fb-b0e2-2435bbf6b16e@k2g2000yql.googlegroups.com>
Content-Type:   text/plain; charset=ISO-8859-1

You need to refer to the sheet as 'Sheet1$'n (or whatever it's named) to get SAS to recognize it.

That said, I'm not 100% sure SAS will let you delete a tab in a worksheet, but perhaps only because I've never tried. -Joe

On Mon, Mar 23, 2009 at 10:41 AM, d-dubs <m.denniswilliams@gmail.com> wrote:

> Hi > I am trying to delete a few tabs from a excel workbook which has the > special character '$' appended at the end. > I am not able to delete it using a proc sql - delete statement or a > proc datasets. > Please let me know if I can delete these tabs through sas steps. > thanks >


Back to: Top of message | Previous page | Main SAS-L page