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 2005, week 3)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
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


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