Enter key does not work in User Form

T

Therod

I have created a UserForm in word Office XP. It works great, except when you
press the enter key while typing info. in the text box. It tabs to the next
text box.

The user will need to be able to use the Enter Key to move to the next line
or theis form is usless to me.

Please keep in mind that I am a novice in it took me four days to figure out
how to make the Form in the first place.

Thank U in advance
 
J

Jean-Guy Marcil

Therod was telling us:
Therod nous racontait que :
I have created a UserForm in word Office XP. It works great, except
when you press the enter key while typing info. in the text box. It
tabs to the next text box.

The user will need to be able to use the Enter Key to move to the
next line or theis form is usless to me.

Please keep in mind that I am a novice in it took me four days to
figure out how to make the Form in the first place.

Thank U in advance

Make sure the EnterKeyBehavior and the MultiLine properties are set to True.

Use the View menu in the VB Editor to make sure that the Properties Window
is displayed (F4), then select the text box and scan the properties in the
Property Pane for the ones I mentioned above.

--
Salut!
_______________________________________
Jean-Guy Marcil - Word MVP
[email protected]
Word MVP site: http://www.word.mvps.org
 
Top