oleExcel.Quit '退出ExcelSet xlsApp = Nothing Set xlsBook = Nothing Set xlsSheet = Nothing End Sub改为: oleExcel.Quit '退出Excel Set xlsSheet = Nothing Set xlsBook = NothingSet xlsApp = Nothing End Sub
什么错误?