gpt4 book ai didi

excel - 如何将用户表单带入excel工作表?

转载 作者:行者123 更新时间:2023-12-04 21:40:44 26 4
gpt4 key购买 nike

我开发了一个 UserForm VBA 模块。

但是我在打开excel表本身时想要那个用户表单?当我打开 UserForm应该应该显示。

最佳答案

要隐藏 Excel 应用程序但显示 UserFrom,您可以在 ThisWorkbook 中使用它。模块

Private Sub Workbook_Open()
Application.WindowState = xlMinimized
UserForm1.Show vbModeless
End Sub

关于excel - 如何将用户表单带入excel工作表?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/13115546/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com