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 (July 2009, week 3)Back to main SAS-L pageJoin or leave SAS-L (or change settings)ReplyPost a new messageSearchProportional fontNon-proportional font
Date:   Wed, 15 Jul 2009 09:09:35 -0700
Reply-To:   mlhoward@avalon.net
Sender:   "SAS(r) Discussion" <SAS-L@LISTSERV.UGA.EDU>
From:   Mary <mlhoward@AVALON.NET>
Subject:   Proc Tabulate: ignoring style specification vjust=T
Content-Type:   text/plain; charset="UTF-8"

Hi,

I am using Excel tagsets with Proc Tabulate and have got most of the styles to work, except the problem is that no matter where I put it, it seems to ignore my attempts to vertically justify boxes and puts everything as bottom justified!!!

I am doing style code like this:

(N={label='Number of Patients' style=[background=lightgrey vjust=T just=c]}*f=7.0

and for instance, in this case I get the light grey and the center justification, but **do not** get the top vertical justification. Help! I am producing many Excel sheets and find I have to go through each one and select all, then align top, so want to find out why SAS is ignoring my vjust=T specification.

-Mary


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