View Single Post
  #1   Report Post  
Posted to microsoft.public.excel.programming
V-Man[_2_] V-Man[_2_] is offline
external usenet poster
 
Posts: 6
Default Autosize TextBox Height

Is it possible to have a textbox width fixed and have it´s height autosized?

I want the textbox height to change dynamicly at runtime. The number of
lines (height) in the textbox would be determined by the amount of content,
while the textbox length would remain constant. I´ve tried all kinds of
solutions, but nothing seems to work for me.

Thanks!