austin350s10
Active Member
- Joined
- Jul 30, 2010
- Messages
- 321
Is there a way using VBA to make the text in a box, consisting of merged cells, auto fit the box?
Example:
The user enters a small amount of text in this large area of merged cells and runs AutoResizeText script. The script should resize the text to lets say a maximum of font size 16.
On the flip side, the user enters a large amount of text into the same area of merged cells but this time the text does not fit into the merged cell area. When the user runs the AutoResizeText script it should resize the text to lets say a minimum of font size 8 .
Does anyone think this can be done?
Example:
The user enters a small amount of text in this large area of merged cells and runs AutoResizeText script. The script should resize the text to lets say a maximum of font size 16.
On the flip side, the user enters a large amount of text into the same area of merged cells but this time the text does not fit into the merged cell area. When the user runs the AutoResizeText script it should resize the text to lets say a minimum of font size 8 .
Does anyone think this can be done?