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...