Hi All -

These shape properties shrink the text to fit and allow it to wrap.

.TextFrame2.WordWrap = msoTrue
.TextFrame2.AutoSize = msoAutoSizeTextToFitShape

If I set wordwrap = msoFalse, the Autosize does not work.

I'm trying to get the text to shrink to fit in the shape (rectangle) without wrapping. i.e. just one line to display without wrapping regardless of how small the text becomes.

Does anyone have any thoughts on how to achieve a single line, no wrap autosize?