M
mkaufman
I am trying to use a macro to save and close a Excel XP spreadsheet.
The problem is when i run the macro the macro works but I cant figure
out how to activiate the macro when I click on either the X box or use
the close command.
The macro below is what i am currently using:
Sub test2()
ActiveWorkbook.Close True
Close
End Sub
The problem is when i run the macro the macro works but I cant figure
out how to activiate the macro when I click on either the X box or use
the close command.
The macro below is what i am currently using:
Sub test2()
ActiveWorkbook.Close True
Close
End Sub