+ Reply to Thread
Results 1 to 3 of 3

ActiveX TextBox Height

  1. #1
    Forum Contributor
    Join Date
    03-05-2009
    Location
    usa
    MS-Off Ver
    Excel 2016 32Bit
    Posts
    1,173

    ActiveX TextBox Height

    Can you change the height of a TextBox in a workbook when not in Design Mode? Like
    just grab the bottom and resize.

    Z
    Last edited by zplugger; 01-17-2013 at 10:23 AM.

  2. #2
    Valued Forum Contributor Sean Thomas's Avatar
    Join Date
    03-25-2012
    Location
    HerneBay, Kent, UK
    MS-Off Ver
    Excel 2007,2016
    Posts
    971

    Re: ActiveX TextBox Height

    not that i am aware of.
    if it was on a userform, it is possible to make the userform size changeable and therefore you could probably add some code to adjust the size of the text box at the same time.
    If it is on the worksheet, the only way is to use a button to have in input box to get the height/width and then use vba to change the size.
    or use worksheet change method on 2 cells of which you could add the sizes required.

    Hope this helps
    Regards
    Sean

    Please add to my reputation if you think i helped
    (click on the star below the post)
    Mark threads as "Solved" if you have your answer
    (Thread Tools->Mark thread as Solved)
    Use code tags when posting your VBA code:
    [code] Your code here [code]
    Please supply a workbook containing example Data:
    It makes its easier to answer your problem & saves time!

  3. #3
    Forum Contributor
    Join Date
    03-05-2009
    Location
    usa
    MS-Off Ver
    Excel 2016 32Bit
    Posts
    1,173

    Re: ActiveX TextBox Height

    Thanks Sean
    I guess I will try and come up with the worksheet change method on 2 cells to change the TextBox. Maybe I could use spinnerbuttons next to textbox?

+ Reply to Thread

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

Search Engine Friendly URLs by vBSEO 3.6.0 RC 1