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 (October 2006, week 2)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Tue, 10 Oct 2006 02:52:32 -0700
Reply-To:   Arjen <a.benedictus@GMAIL.COM>
Sender:   "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:   Arjen <a.benedictus@GMAIL.COM>
Organization:   http://groups.google.com
Subject:   assign name to worksheet when exporting to excel
Comments:   To: sas-l@uga.edu
Content-Type:   text/plain; charset="iso-8859-1"

This is a pretty basic question I guess, but I don't have access to the user guide at this moment and I couldn't find any accurate postings. How can I name a worksheet when exporting to Excel? I tried PROC EXPORT DATA= MyDataSet OUTFILE= "V:\users\etcetera\FileName.xls" DBMS=EXCEL2000 REPLACE; SHEET="My_Text"; RUN; But the log says that the SHEET-statement is not valid/ out of proper order. I am using SAS 8.2.

Arjen


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