BeforeClose vs Auto_Close
Hi,
Auto_Close is soooooo last centuary ;-).
correct :)
you have to call another macro in the beforeclose-event like
Private Sub Workbook_BeforeClose(Cancel As Boolean)
Application.Run ("test")
End Sub
BTW: Application.Run ("test") is also a kind medieval ages stuff ;)
arno
|