J
jimthompson5802
I am using VBA to fill a pre-positioned textbox on a diagram. Depending on
the amount of data, the text may overflow past the bottom of the textbox.
I'd like to do two things:
1) Detect when the text overflows past the bottom of the textbox in VBA
2) Determine how large the textbox has to be to contain the text. In my
case, the width of the box cannot change. I only need to change the height
property. How do I determine the height value to contain the text?
Jim T
the amount of data, the text may overflow past the bottom of the textbox.
I'd like to do two things:
1) Detect when the text overflows past the bottom of the textbox in VBA
2) Determine how large the textbox has to be to contain the text. In my
case, the width of the box cannot change. I only need to change the height
property. How do I determine the height value to contain the text?
Jim T