I have code that opens a file, gathers information out of the file, and then closes the file. The program will loop through a large number of files, opening and closing each one.

Is there a way to close a file without being prompted about saving the information or being notified of information in the clipboard. I am not modifiying the files so they just need to be closed and move to the next file.

Thanks!

Jeff