Is there a way to word wrap the text in a button?

I have an ActiveX button that has a long line of text to it. It's long enough that it cuts off the text.

Is there a way to wordwrap the button?

1

1 Answer

You need to enable word wrap under the properties:

  1. Right click the button
  2. Click Properties
  3. At the bottom should be WordWrap
  4. Set this to True

enter image description here

1

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like