How can I get the cells to expand with the size of a texbox. I am entering text and the Activex texbox is expanding with Multiple lines accordingly to the text, but after a period goes over other fields, How can I get the field cells to expand?
I believe you can use the wraptext property, for example
Range("A1").WrapText = True
but this will increase the height of the row related to the relevant cells.
Sorry...I didn't understand your question initially.
The code you have pasted, as I understand seems to change the height of the 9th row depending on the height of some shape, if a single cell is selected, so I believe this won't work for you.
I tried to expand the size of an ActiveX textbox but the text appeared awful on my PC. I hope somebody will be able to help you as I'm not a big fan of using ActiveX controls as some events do not exist (for example AfterUpdate)
Yes I see what you mean, I am only using Activex Box because they don't have the 256 limit on characters like normal boxes do.