如何在Excel-Vba中实现组合框的最小化功能?
请有人帮助而不是 Excel-Vba 的新手。如何在组合框的右上角面板(就像浏览器一样)实现最小化功能?
Someone please help rather a newbie in Excel-Vba. How do i implement a minimize feature at the top right panel of a combobox something just like a browser?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是根据此帖子修改
的按钮到您的表单上,并将此代码放置在模块中的任何位置。单击切换按钮以“最小化”,然后再次单击以反转它。玩弄数字以获得您想要的高度和位置。
This is modified from this posting
Drag a toggle button onto your form, and place this code anywhere in your module. Click the toggle to "minimize" and again to reverse it. Play around with the numbers to get the height and the position the way you want it.