Shut Down Excel using VB


Posted by Tom on January 24, 2002 2:49 PM

I want to click an EXIT button and have Excel shut down. Can someone share how I can do this using VBA in Excel? I can close the workbook and worksheet, but can't finde how to close the application. Thanks!
Tom

Posted by Russell Hauf on January 24, 2002 3:10 PM

Application.Quit (NT)



Posted by Tom on January 24, 2002 7:01 PM

Re: Application.Quit (NT)

Thanks, Russell! Tom