Hi,
Have a workbook saved in excel 2002 with the following macro:
Private Sub Workbook_BeforeClose(Cancel As Boolean)
Call Macro1
End Sub
And macro1 is another macro required to run befor e I close the book. But unfortunately, this doesnt run when I prees either the X at the top right hand corner or >File>Close
Any ideas? (I am not much of a VBA wizard!!!)
Bookmarks