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.
我已经创建了一个表单来自动执行 Outlook 中的任务我如何运行表单,例如如果希望它作为可执行文件或桌面上的图标,单击将运行我的表单
假设我的用户表单名称是 userform1
然后我从我的宏中调用我的表单-
sub monitorbox() userform1.show end sub
现在我将此宏作为按钮添加到我的 Outlook 工具栏
去工具 | 定制 | 命令选项卡
转到宏,然后拖动到工具栏
这就是你完成的。