Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我在 userForm 上有一个标签,其中的数据采用列表形式。数据比标签长。在不展开标签的情况下,有没有办法给它添加滚动条?或者还有其他选择吗?基本上我想要一个没有滚动条的框,除非列表比框长,然后有一个滚动条。
使用 Excel vba 用户窗体
您可以使用样式看起来像标签的文本框。将其设置为多行,滚动条设置为垂直。滚动条仅在内容超过大小时才会显示。