E Earl Kiosterud Mar 9, 2004 #2 Ken, You get prompted for a save if there have been any changes. Otherwise, it'll take a macro. It goes in the ThisWorkbook module. Paste it in from here. Private Sub Workbook_BeforeClose(Cancel As Boolean) ActiveWorkbook.Save End Sub
Ken, You get prompted for a save if there have been any changes. Otherwise, it'll take a macro. It goes in the ThisWorkbook module. Paste it in from here. Private Sub Workbook_BeforeClose(Cancel As Boolean) ActiveWorkbook.Save End Sub