Textwrap on Userform

M

Mike Mahoney

Hi

I am a little frustrated with the project information form,
particularly with its inability to display text fields with a large
amount of data. It simply disappears out of the cell, making it
troublesome to edit.
I would like to create an alternative form which improves this
interface.

I have limited vba skills but the first problem I hit is the inability
of textbox to wrap text. is there a way around this problem or an
alternative approach.

Thx

Mike
 
M

Mike Mahoney

Hi

I am a little frustrated with the project information form,
particularly with its inability to display text fields with a large
amount of data.  It simply disappears out of the cell, making it
troublesome to edit.
I would like to create an alternative form which improves this
interface.

I have limited vba skills but the first problem I hit is the inability
of textbox to wrap text.  is there a way around this problem or an
alternative approach.

Thx

Mike

I have resolve it - there is a multiline property available

Mike
 
Top