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.
我通过 OLE 控制 Excel 实例,我想开始宏录制。我可以通过代码做到这一点吗?我发现的唯一东西是Application.RecordMacro,它不能满足我的需要。
不要以为你可以。您可以使用 SendKeys 触发它。