以下dxl代码未在我的PC中打开excel应用程序。我怀疑我运行了较早的dxl脚本。它激活了Excel Ole对象并打开了它们。如何关闭所有由早期dxl脚本打开的Excel进程? 任何帮助将不胜感激。
OleAutoObj objExcel = oleCreateAutoObject("Excel.Application")
if (objExcel != null){
bool excelVisible
oleGet(objExcel, "Visible", excelVisible)
if (excelVisible == false){
olePut(objExcel, "Visible", true)
}
}
-Ashok Anumula
答案 0 :(得分:0)
有烫发oleCloseAutoObject( objExcel )