Thread
:
Saving VBA project on workbook close
View Single Post
#
4
Posted to microsoft.public.excel.programming
EricF
external usenet poster
Posts: 1
Saving VBA project on workbook close
Doesn't work for me, at least not in Workbook_BeforeClose
"Corey" wrote:
Sub Macro1()
Application.DisplayAlerts = True
ActiveWorkbook.Save ' saves active workbook
Application.Quit ' exits Excel
End Sub
Corey....
Reply With Quote
EricF
View Public Profile
Find all posts by EricF