The scenario is trying to adjust font size to get a nice graphic arrangement, or trying to decide where to break a caption/subtitle. a) In XL VBA is there a way to find out whether a text on a textbox, or caption on a label, still fits the control? b) Is there a way to know where was the text/caption broken on multiline control?
|
|
BTW, Jeff Atwood team, how could I pre-tag this code snippet for the proper VB-code decoration? I'd go for \code=VB\ or similar... with the nicetory button on the editor's bar. Even better... get that contextual info from the tags. I gave this a rest, gave it enough back-of-head time (which produces far better results than "burp a non-answer ASAP, for credits"), and...
Sorry for the code-deco... Jeff will be doing something about that... eventually. I feel I'm getting/got close to answer b), but I'll give it a second mind rest... because it works better than stating "impossible" in a flash. |
|||
|
|
|
|
I'm sure there is no way to do this with the ordinary Excel controls on the Forms toolbar, not least because (as I understand it) they are simply drawings and not full Windows controls. The simplest approach may be to make a slightly conservative estimate of the maximum text length for each control, through a few tests, and use these to manage your line breaks. |
||
|
|
