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.
有没有办法在 MS Excel VBA 的用户表单中嵌入表单?我需要在 VBA 中创建一个具有最小化、最大化和关闭窗口功能的嵌入式表单。
您想要的实际上称为 MDI(多文档界面),它有一个父表单和一个子表单。VBA 只允许您创建 SDI(单文档界面)。虽然我不确定 Microsoft Visio。不过剩下的绝对是SDI
所以答案是“不”。您不能在 VBA 中创建 MDI 应用程序。