Can I resize text boxes if more text is put in

dpaton05

Well-known Member
Joined
Aug 14, 2018
Messages
2,352
Office Version
  1. 365
  2. 2016
Platform
  1. Windows
I have a text box that needs to be several lines big but sometimes more text may need to be entered. If this is the case, I need everything else on the spreadsheet to be pushed down and the text box just expanded, as the text box is near the top of the page. How is this done?
 
Last edited:

Excel Facts

Wildcard in VLOOKUP
Use =VLOOKUP("Apple*" to find apple, Apple, or applesauce
If this is a Activex Textbox then:
In Developer mode:
1. Right click Activex Textbox
2.Choose Properties
3. Chosse Multiline=True
4. Choose AutoSize=True
5.Choose Wrap Text=True

Now the Textbox will grow as you enter more text.
 
Upvote 0
I got that bit working but it won't resize the text box if more text gets entered. Can you have the text box auto expand down if the text won't fit and push everything else on the page down?
 
Upvote 0
Well when I want to enter more text I can either just click after last character and start typing.
If I want a new line I press Control and Return

I don't know how you would get the page to shift everything down

And it's always best to say sheet not page.

Your saying you want to enter data into a Activex Textbox and somehow as you type more and more you want the Textbox to automatically expand downward. Which is what Autosize already does. But then you want all the rows on your sheet to move down.

I would not know how to do that.
 
Upvote 0

Forum statistics

Threads
1,215,488
Messages
6,125,092
Members
449,206
Latest member
ralemanygarcia

We've detected that you are using an adblocker.

We have a great community of people providing Excel help here, but the hosting costs are enormous. You can help keep this site running by allowing ads on MrExcel.com.
Allow Ads at MrExcel

Which adblocker are you using?

Disable AdBlock

Follow these easy steps to disable AdBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the icon in the browser’s toolbar.
2)Click on the "Pause on this site" option.
Go back

Disable AdBlock Plus

Follow these easy steps to disable AdBlock Plus

1)Click on the icon in the browser’s toolbar.
2)Click on the toggle to disable it for "mrexcel.com".
Go back

Disable uBlock Origin

Follow these easy steps to disable uBlock Origin

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back

Disable uBlock

Follow these easy steps to disable uBlock

1)Click on the icon in the browser’s toolbar.
2)Click on the "Power" button.
3)Click on the "Refresh" button.
Go back
Back
Top