Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default close excel after finishing task

Hi
I wrote an application in VBA that opens by shortcut, do a lot of
things, such as creating charts, files etc.
I close all the files but excel is still open. How can I close Excel .
thanks



------------------------------------------------
~~ Message posted from http://www.ExcelTip.com/
~~ View and post usenet messages directly from http://www.ExcelForum.com/

  #2   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 16
Default close excel after finishing task

try this


Sub test()
'------
'Procedures
'------

Application.DisplayAlerts = False
Application.Quit
End Sub


"rachel" wrote in message
...
Hi
I wrote an application in VBA that opens by shortcut, do a lot of
things, such as creating charts, files etc.
I close all the files but excel is still open. How can I close Excel .
thanks



------------------------------------------------
~~ Message posted from http://www.ExcelTip.com/
~~ View and post usenet messages directly from http://www.ExcelForum.com/



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
Excel close on startup, but stay in task manager Thomas Excel Discussion (Misc queries) 3 May 20th 10 06:58 AM
Excel can not complete this task with available resources. Choose less data or close other applications. [email protected] Excel Discussion (Misc queries) 1 November 12th 06 10:56 AM
Unable to close excel as a group from the task bar Paul Wintermeyer Excel Discussion (Misc queries) 1 October 7th 05 03:55 PM
Excel shoud not close all active books when clicking close button technomike Excel Discussion (Misc queries) 0 June 10th 05 05:35 PM
excel - Windows close button (x) should only close active workboo. CoffeeAdict Setting up and Configuration of Excel 3 February 8th 05 04:30 AM


All times are GMT +1. The time now is 04:10 PM.

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"