excel vba - vba userforms carriage return behavior -
In a text box of a userform in VBA, I would like to enable this feature where the user can add a new line to the user Textbox by pressing the "Enter" key on the keyboard. However, I had trouble finding UI options in UI editor to get it. Is it also allowed in VBA userforms? Thanks in advance for advice and answers.
Set the multiline property of the textbox for the Truebox and set the EnterKeyBehavior for the truth. / P>
Comments
Post a Comment