Close Excel Completely Using VBA

C

Celtic_Avenger

E Oveson


I sorted this.............

What I needed to do is place the

Application.Quit

part into the Workbook_Deactivate() VBA page, and not within the butto
VBA that had the save and close part.


So when the button was clicked it Saved........Closed th
Workbook......
Then closed the Application using the Deactivate code.


Thanks for all your help.


Celtic_Avenger
:) :) :) :) :
 
Top