Close file without saving changes
Posted by Stacy on April 06, 2001 7:51 AM
I have created a program...'on open' it runs a macro that opens a dbf file and saves it as text and emails the file. Now I need to close the txt file and the xl file which contains the macro. I am just using the 'ActiveWorkbook.Close' command to close them...but I do not want it to prompt me to save changes. I want it to close w/o saving changes and I don't want any boxes to pop up. Can anyone offer some advice on this??? Thanks in advance!!