Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Report Post  
Posted to microsoft.public.excel.programming
external usenet poster
 
Posts: 1
Default Excel Application.Quit problem

I wanted to share some info in order to help others who may have been
experiencing similar problems. I had some VBA code that utilized the
Application.Quit method. This line of code seemed to be ignored unless
I manually stepped (F8) through the code. After many hours of google
searches,I noticed that others were having trouble with instances of
excel remaining in memory after this methd was called. This was NOT my
problem. I could not even get the Application to visually close. As
as test I created these subs in a new worbook.

Private Sub Workbook_Open()
Call Test
End Sub


Sub Test
Application.Quit
End Sub

As simple as it gets yet still the application would not quit.

It turns out, that my problems relate to a Showcase Query Add-In that
is loaded when Excel is launched. This Add-In is somehow interfering
with the Application.Quit Method. When I Remove the Showcase Query
Add-In, the code runs fine.

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 application.quit in macro problem TimkenSteve New Users to Excel 3 August 17th 06 06:36 PM
application quit problem John[_109_] Excel Programming 3 August 2nd 05 02:54 PM
The old application.quit problem Hafeez Excel Programming 1 June 21st 04 10:53 AM
The old application.quit problem Don Guillett[_4_] Excel Programming 1 June 20th 04 03:08 PM
The old application.quit problem Tom Ogilvy Excel Programming 0 June 20th 04 02:56 PM


All times are GMT +1. The time now is 06:33 AM.

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

About Us

"It's about Microsoft Excel"