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.
任何人都可以阐明如何隐藏保存为word文档的控件吗?到目前为止,我已经能够捕获保存事件,但无法访问类模块内的控件。我可以在 as 后面的代码中做到这一点me.Label1.caption="Test"。
me.Label1.caption="Test"
通过将我的代码放在文档关闭事件中,我能够让它工作。