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


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