Date: Wed, 1 Sep 2004 15:35:41 -0300
Reply-To: Adriano Rodrigues - Instituto GPP <adriano@GPP.COM.BR>
Sender: "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From: Adriano Rodrigues - Instituto GPP <adriano@GPP.COM.BR>
Subject: simple way to ods html to times new roman 11
Content-Type: text/plain; charset="iso-8859-1"
Hi all,
I use to export my results with
ods html file='c:\client\results.xls';
data sample;
set sasl;
proc freq;
table p1-p100;
run;
ods html close;
how and where i can make the file be generate with Font Times New Roman, 11?
Thx in advance,
Adriano
|