Message 1 of 2
it is possible to check if an file is alway open ?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
I have an code da get some data form the model , copy an templete Excel fil , and then open it
My problem is that If i run the code without close the excel the Excel file have the same name as the part numer the code will fail.. that I want it to do is to check if the file is open , and if it is close it before copy the templete and open it again.
is there a way to do this ?