Forum Discussion
JNeedles
13 years agoContributor
I have Excel defined as an OLEObject and it closes fine with .close
Set MsExcel = Sys.OleObject("Excel.Application")
Maybe add it as a tested app, or if its already there use TestedApps.Excel.Close instead of the Process cmmands?
Set MsExcel = Sys.OleObject("Excel.Application")
Maybe add it as a tested app, or if its already there use TestedApps.Excel.Close instead of the Process cmmands?