Limiting Text String Length

F

FredS

How can I limit the length of a text string in a standard shape?

Or, if that's not possible...

How can I prevent text from appearing outside of the shape? I can GUARD the
size of the shape so that a long text string doesn't change it's size, but
the extra text shows up outside of the shapes boudaries.
 
P

Paul Herber

Or, if that's not possible...

How can I prevent text from appearing outside of the shape? I can GUARD the
size of the shape so that a long text string doesn't change it's size, but
the extra text shows up outside of the shapes boudaries.

You can limit the width by setting the Text Transform section cell
TxtWidth = Width
I don't know a way to limit the height as well though.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top