If i wnt to know whether the file in excel is open or close then how v can know
?
Means when i m closing any excel workbook then at that time if it is accidently
colsed then it is generating exception. So before that i wnt to check whether
the file is open or not.
Code for closing file.
excelall.activeworkbook.close(SaveChanges:=false)
excelall.quit()
If any one know then tell me how to check status of the excel file?