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.
我正在尝试编程的设备有这个问题:
我需要在用户窗体中添加一个“打印”按钮,该按钮必须打印屏幕图像。我设法构建了用户表单,添加了按钮,最后找到了内置的 VBA 命令,该命令将打印设备屏幕显示的内容。
当然,我没有用我的用户表单出现在我的打印中,但无论如何我都无法将它隐藏到我的打印机中。
我试过:
Userform.hide Userform.zoom = 10 Userform.visible = false
但这些似乎都不起作用。
我不得不使用“移动”命令将用户窗体移动到屏幕外:
Userform.move right,down