View Single Post
  #2   Report Post  
Posted to microsoft.public.excel.programming
Frank Kabel Frank Kabel is offline
external usenet poster
 
Posts: 3,885
Default Autosize TextBox Height

Hi
AFAIK there's no such property

--
Regards
Frank Kabel
Frankfurt, Germany


V-Man wrote:
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!