I have a workbook that I don't want the user to be able to save. I have stopped the save with code in the BeforeSave event. This works fine in Excel 2000 & 2003. I have ThisWorkbook.Saved in the workbook BeforeClose event to stop the prompt from appearing. This works fine in Excel 2003, but I still get the prompt in Excel 2000. Any ideas why it would work in one version but not the other?