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 (July 2008, week 3)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:         Tue, 15 Jul 2008 05:19:09 -0600
Reply-To:     Alan Churchill <savian001@GMAIL.COM>
Sender:       "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:         Alan Churchill <savian001@GMAIL.COM>
Subject:      Re: tab names from a Excel file
Comments: To: d-dubs <m.denniswilliams@gmail.com>
In-Reply-To:  <05082e0a-8b16-4575-8700-3285c0081511@r66g2000hsg.googlegroups.com>
Content-Type: text/plain; charset="US-ASCII"

I created a utility for you to use that does this. You can either execute from within SAS using the X command or run it standalone.

Usage:

FindTabs "c:\temp\MyTabData.txt" "c:\temp\test1.xls" "c:\temp\test2.xls" .... and on and on.

Find it here:

http://cid-8bca55fbca813d37.skydrive.live.com/self.aspx/Public/Savian/FindTa bs.exe?#comments

Alan

Alan Churchill Savian www.savian.net

-----Original Message----- From: SAS(r) Discussion [mailto:SAS-L@LISTSERV.UGA.EDU] On Behalf Of d-dubs Sent: Monday, July 14, 2008 3:28 PM To: SAS-L@LISTSERV.UGA.EDU Subject: Re: tab names from a Excel file

Hi Arthur, Your method works only when the excel file is open. But I have like 20 different excel files with around 15 tabs each. I need a dynamic way to read in all the tab names from the specific excel files.


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