View Single Post
  #2   Report Post  
 
Posts: n/a
Default

hi,
Put the code in the on close event of the thisWorkbook
module.

-----Original Message-----
how can i adapt the following macro to run when you exit
the workbook instead of when i save.

Sub BUandSave2()
Application.DisplayAlerts = False
ActiveWorkbook.SaveCopyAs
Filename:="T:\Invoices\Batch Book" & _
ActiveWorkbook.Name
ActiveWorkbook.Save
Application.DisplayAlerts = True
End Sub


thanks

mark
.