Date: Wed, 16 Mar 2005 09:09:18 -0500
Reply-To: Penn Whipple <pennwhip@YAHOO.COM>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: Penn Whipple <pennwhip@YAHOO.COM>
Subject: Excel worksheet labels with excelxp tagset
Hi All,
Is there a way to custom label seperate Excel worksheets when using the
excelxp tagset? I'm using proc report within the excelxp tagset as well...
ods tagsets.excelxp file="myfile.xml"
path="mypath";
proc report data=mydataset;
.
.
.
run;
porc report data=mydataset2;
.
.
.
run;
ods tagsets.excelxp close;
Thanks,
Penn
|