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.
假设我可以写(用伪代码)
ptr = CreateObject("Excel.Application")
这样做会创建一个 excel.exe 实例,并为我提供 Excel.Application 接口的调度指针。
有什么方法可以获取当前正在运行的 excel 实例的调度指针?首选 C++ 代码,但 VBA(通过 Windows API)、C 和 Java 也很好,因为我总是可以移植。