Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default Closing Excel Completely

Private Sub CommandButton1_Click()
MsgBox "Please Call In"
ActiveWorkbook.Save
Application.Quit

End Sub

"David W" wrote in message
...
How do I get excel to close all the way out
I got this code to almost to do it but it don't

Private Sub CommandButton1_Click()
MsgBox "Please Call In"
ActiveWorkbook.Save
ActiveWorkbook.Close
End Sub




  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default Closing Excel Completely

Most have seemed to suggest

Private Sub CommandButton1_Click()
MsgBox "Please Call In"
ActiveWorkbook.Save
ActiveWorkbook.Close
Application.Quit
End Sub

This won't work. the code stops execution after the ActiveWorkbook.Close
(since this is a commandbutton, the workbook with the code will be the
activeworkbook).

John Wilson cleverly suggests you **can** replace Activeworkbook.Close with
Application.Quit - no option here - you must if you want the application to
end.

--
Regards,
Tom Ogilvy


"Tom Ogilvy" wrote in message
...
Private Sub CommandButton1_Click()
MsgBox "Please Call In"
ActiveWorkbook.Save
Application.Quit

End Sub

"David W" wrote in message
...
How do I get excel to close all the way out
I got this code to almost to do it but it don't

Private Sub CommandButton1_Click()
MsgBox "Please Call In"
ActiveWorkbook.Save
ActiveWorkbook.Close
End Sub






  #3   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 550
Default Closing Excel Completely

Tom,

John Wilson cleverly suggests you **can** replace Activeworkbook.Close with
Application.Quit - no option here - you must if you want the application to
end.

Knew that.
Obviously didn't state my case very well in my post.

As long as you're on-line, can you give an assist with another post in this
group?
July 9th, recalc question, Bura Tino

Thanks,
John

Tom Ogilvy wrote:

Most have seemed to suggest

Private Sub CommandButton1_Click()
MsgBox "Please Call In"
ActiveWorkbook.Save
ActiveWorkbook.Close
Application.Quit
End Sub

This won't work. the code stops execution after the ActiveWorkbook.Close
(since this is a commandbutton, the workbook with the code will be the
activeworkbook).

John Wilson cleverly suggests you **can** replace Activeworkbook.Close with
Application.Quit - no option here - you must if you want the application to
end.

--
Regards,
Tom Ogilvy

"Tom Ogilvy" wrote in message
...
Private Sub CommandButton1_Click()
MsgBox "Please Call In"
ActiveWorkbook.Save
Application.Quit

End Sub

"David W" wrote in message
...
How do I get excel to close all the way out
I got this code to almost to do it but it don't

Private Sub CommandButton1_Click()
MsgBox "Please Call In"
ActiveWorkbook.Save
ActiveWorkbook.Close
End Sub





  #4   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 27,285
Default Closing Excel Completely

Done

Regards,
Tom Ogilvy

"John Wilson" wrote in message
...
Tom,

John Wilson cleverly suggests you **can** replace Activeworkbook.Close

with
Application.Quit - no option here - you must if you want the application

to
end.

Knew that.
Obviously didn't state my case very well in my post.

As long as you're on-line, can you give an assist with another post in

this
group?
July 9th, recalc question, Bura Tino

Thanks,
John

Tom Ogilvy wrote:

Most have seemed to suggest

Private Sub CommandButton1_Click()
MsgBox "Please Call In"
ActiveWorkbook.Save
ActiveWorkbook.Close
Application.Quit
End Sub

This won't work. the code stops execution after the

ActiveWorkbook.Close
(since this is a commandbutton, the workbook with the code will be the
activeworkbook).

John Wilson cleverly suggests you **can** replace Activeworkbook.Close

with
Application.Quit - no option here - you must if you want the application

to
end.

--
Regards,
Tom Ogilvy

"Tom Ogilvy" wrote in message
...
Private Sub CommandButton1_Click()
MsgBox "Please Call In"
ActiveWorkbook.Save
Application.Quit

End Sub

"David W" wrote in message
...
How do I get excel to close all the way out
I got this code to almost to do it but it don't

Private Sub CommandButton1_Click()
MsgBox "Please Call In"
ActiveWorkbook.Save
ActiveWorkbook.Close
End Sub







Reply
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules

Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Closing workbooks w/o closing Excel Barb in MD Excel Discussion (Misc queries) 3 February 15th 10 07:42 PM
Excel not completely closing down CIU2310 Excel Discussion (Misc queries) 0 October 17th 06 11:27 PM
my files won't load completely in excel Emilee Excel Discussion (Misc queries) 1 February 3rd 05 01:57 AM
Closing Excel Completely John Wilson Excel Programming 0 July 10th 03 07:59 PM
Closing Excel Completely Trevor Shuttleworth Excel Programming 1 July 10th 03 07:58 PM


All times are GMT +1. The time now is 10:25 AM.

Powered by vBulletin® Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
Copyright ©2004-2024 ExcelBanter.
The comments are property of their posters.
 

About Us

"It's about Microsoft Excel"