Hi,
Is it possible to have text automatically resize to fit a text box rather
than the have the Text box grow or shrink
Thanks Sean
______________________________________________________
| No. |
______________________________________________________
________________
| Not so far as |
________________
<g>
Seriously, this could be VERY difficult. Most fonts are variable
sizes; just counting letters doesn't get you the width accurately,
you'll need a table identifying the width in twips of a "M" and a
"l", and some rather tricky code to add them up, include the correct
kerning, and then resize the font to fit the textbox.
And as my facetious examples indicate, the result might be unreadably
spread out or jammed together if you did so in any case!
John W. Vinson[MVP]