Vertical Text

  • Thread starter Thread starter Tom
  • Start date Start date
T

Tom

Is there a way to change the vertical text from displaying text in the
format of;

top --> bottom

to

bottom --> top
 
Thanks Bonnie,
If all the text was vertical, you would have to turn the page counter
clockwise. I would like to turn the page Clockwise.
my poor example would be;

m e
y m
a
N N
a
m y
e m
 
Thanks Bonnie,
If all the text was vertical, you would have to turn the page counter
clockwise. I would like to turn the page Clockwise.
my poor example would be;

m e
y m
a
N N
a
m y
e m


Try using an unbound text control;
=StrReverse([FieldName])

Also see RotateText at http://www.lebans.com
 
Back
Top