OleAutoObj没有在我的PC中打开Excel应用程序

时间:2020-10-20 03:38:08

标签: excel ole ibm-doors

以下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

1 个答案:

答案 0 :(得分:0)

有烫发oleCloseAutoObject( objExcel )