Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 82125
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 10, 20262026-05-10T21:34:04+00:00 2026-05-10T21:34:04+00:00

The scenario is trying to adjust font size to get a nice graphic arrangement,

  • 0

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?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. 2026-05-10T21:34:05+00:00Added an answer on May 10, 2026 at 9:34 pm

    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…

    Function TextWidth(aText As String, Optional aFont As NewFont) As Single     Dim theFont As New NewFont     Dim notSeenTBox As Control      On Error Resume Next 'trap for aFont=Nothing     theFont = aFont 'try assign      If Err.Number Then 'can't use aFont because it's not instantiated/set         theFont.Name = 'Tahoma'         theFont.Size = 8         theFont.Bold = False         theFont.Italic = False     End If     On Error GoTo ErrHandler      'make a TextBox, fiddle with autosize et al, retrive control width     Set notSeenTBox = UserForms(0).Controls.Add('Forms.TextBox.1', 'notSeen1', False)     notSeenTBox.MultiLine = False     notSeenTBox.AutoSize = True 'the trick     notSeenTBox.Font.Name = theFont.Name     notSeenTBox.SpecialEffect = 0     notSeenTBox.Width = 0 ' otherwise we get an offset (a ''feature'' from MS)     notSeenTBox.Text = aText     TextWidth = notSeenTBox.Width     'done with it, to scrap I say     UserForms(0).Controls.Remove ('notSeen1')     Exit Function  ErrHandler:     TextWidth = -1     MsgBox 'TextWidth failed: ' + Err.Description End Function 

    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.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Ask A Question

Stats

  • Questions 78k
  • Answers 78k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • added an answer You can load arbitrary files into the configuration system, but… May 11, 2026 at 3:43 pm
  • added an answer You need to write a PL/SQL function... CREATE OR REPLACE… May 11, 2026 at 3:43 pm
  • added an answer I don't know what RDBMS you're using, but in MySQL… May 11, 2026 at 3:43 pm

Related Questions

A follow-up from this question , I've changed my controller and routing around so
I'm using RSA to encrypt communication between a server and a client. Lets say
How long will a thread wait for a race condition in the following scenario?
I had no luck with this question so I've produced this simple-as-possible-test-case to demonstrate

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.