Hi
I have an Access application which creates excel sheets.
This works perfectly.
However after running this code, if I try to open an excel file by double clicking on any XLS file, it opens Excel partially, leaving the main excel window empty (you can see through what's behind, like the desktop).
It is like a memory problem.
I have set the excel object to nothing to free memory (Set objExcel = Nothing) after running the Access code, but, is there something else I need to do?
This problem never occurs...until I run the Access application, so it is obviously caused by it.
Any ideas ????
thanks
I have an Access application which creates excel sheets.
This works perfectly.
However after running this code, if I try to open an excel file by double clicking on any XLS file, it opens Excel partially, leaving the main excel window empty (you can see through what's behind, like the desktop).
It is like a memory problem.
I have set the excel object to nothing to free memory (Set objExcel = Nothing) after running the Access code, but, is there something else I need to do?
This problem never occurs...until I run the Access application, so it is obviously caused by it.
Any ideas ????
thanks