VBA用户窗体回车行为

发布于 2024-07-29 19:28:30 字数 125 浏览 10 评论 0原文

在 VBA 中用户窗体的文本框中,我想启用用户可以通过按键盘上的“Enter”键在文本框中添加新行的功能。 但是,我很难在 UI 编辑器中找到 UI 选项来实现此目的。 VBA 用户窗体中是否允许这样做? 预先感谢您的建议和答案。

In a textbox of a userform in VBA, I would like to enable the feature where the user can add a new line in the textbox by pressing the "Enter" key on the keyboard. However, I had trouble finding a UI option in the UI editor to achieve this. Is this even allowed in VBA userforms? Thanks in advance for the advices and answers.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

野心澎湃 2024-08-05 19:28:30

将文本框的 MultiLine 属性设置为 True,并将 EnterKeyBehavior 设置为 True。

Set textbox's MultiLine property to True and EnterKeyBehavior to True.

橙幽之幻 2024-08-05 19:28:30

您是否尝试过合并文本的富文本控件? 不确定它与 VBA 的配合效果如何,但在 VB6 中我会使用它。

have you tried incorporating the rich text control for text? Not sure how well it works with VBA, but in VB6 this is what I would use.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文