Hi
I have written a vb macro to open files so that I can compare every file with every other. This leaves me with the files open. When trying to close a file I have successfully used
windows(myfile1).close
my problem is that when trying to close the other file that is open I get an error after using
windows(myfile2).close

Hope you can help

kevin