Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6846857
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T00:40:28+00:00 2026-05-27T00:40:28+00:00

I am creating a C# app that handles Excel applications. The excel file I

  • 0

I am creating a C# app that handles Excel applications.

The excel file I am loading are preloaded (as it takes a while to load it due to the file’s girth) and then shown when requested by the user.

However, when the user shuts down Windows, Windows sends Session query ended messages to the hidden excel app, forcing a visible “Would you like to save changes to ‘(EXCEL FILE)’?”.

How do I override this behavior and gracefully kill off the excel file?

I’ve looked into suppressing the save prompt via VBA, but Session Ended messages do not execute this code.

Additionally, I’ve looked into killing the process by handling my own C# app’s Session Query End message, but this is unreliable as it is a race (what app gets the message first, my C# or my hidden excel file)

Edit:
By gracefully kill, I mean just kill the process off without prompting the user. I know how to do this when the user chooses to exit my program, I just don’t know when to call this routine.

Edit2:
I keep track of instances of Excel in memory using Microsoft.Office.Interop.Excel

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-27T00:40:29+00:00Added an answer on May 27, 2026 at 12:40 am

    Without showing your code it’s difficult to tell what you have, however, here is a snippet from my code which works in a similar situation (I think) without a prompt:

    Excel.Application xl = new Excel.Application();
    xl.Visible = false;
    xl.DisplayAlerts = false;
    
    //do something
    
    xl.Quit();
    Marshal.ReleaseComObject(xl);
    xl = null;
    GC.Collect();
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am creating a school management system that handles file uploads and downloads from
I'm creating an app that needs to be accessed by both a web front
We are creating an app that uses modules which are dynamically loaded into the
I'm creating and app that will rely on a database, and I have all
I am creating an app that is having a UIWebView which contains an advert.
I am new to the iphone platform and am creating an app that retrievals
i'm creating a web app that's running on an Advantage Database server, not my
I'm creating a Windows app that automatically updates itself. I'm not using ClickOnce for
I'm creating a MonoTouch app that has some declarative business logic that the client
I am creating a WPF app that needs to allow users to work in

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.