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 8841129
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T10:38:09+00:00 2026-06-14T10:38:09+00:00

I have two Microsoft Excel 2007/2010 C# Addin projects. How can I distinguish regular

  • 0

I have two Microsoft Excel 2007/2010 C# Addin projects. How can I distinguish regular “Save”/”Save As” commands that are called by user and “AutoSave” event that is periodically invoked by Excel itself?

I know that in Microsoft Word I can access AutoSave event via Application.WordBasic object:

var oBasic = Application.WordBasic;
var fIsAutoSave = oBasic.GetType().InvokeMember("IsAutosaveEvent", BindingFlags.GetProperty, null, oBasic, null);
bool isAutoSave = int.Parse(fIsAutoSave.ToString()) == 1;
  • 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-06-14T10:38:11+00:00Added an answer on June 14, 2026 at 10:38 am

    Via the web:

    There is no Autosave in Excel 2003/2007. The AutoRecovery save is not
    a true workbook save. It is a save of information, in another file,
    that apparently only Excel can use to recover from a crash. Users
    cannot open this file, or at least I haven’t been able to.

    You can turn auto save off for the workbook you are working with (Excel 2003 – don’t have the other one open right now):

    Tools -> Options -> Save
    

    And then roll your own autosave.

    A couple websites you might be interested in on more detail of the subject:
    http://support.microsoft.com/kb/289273

    http://social.msdn.microsoft.com/Forums/eu/isvvba/thread/e044e88d-4a8d-4d75-8513-42709f08d0b2

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have two cases. The preliminary code: open Microsoft.Office.Interop.Excel let xl = ApplicationClass() xl.Workbooks.OpenText(fileName...)
I am using Microsoft Visual Studio 2010 I have two Combobox. -Combobox1.Text -Combobox2.Text first
We have two stored procedures in Microsoft SQL Server that return data that is
I have an Excel 2007 workbook that contains tables of data that I'm importing
I have an app where users can select an Excel file, that excel file
I have a Microsoft Excel worksheet that has hundreds of rows of items. The
I have been given two different Microsoft Word document that my virus scanner has
In Microsoft Access, I have two linked tables which I can't change the structure
I have data that I want to have written into a Microsoft Excel File.
I have a two Microsoft excel sheet file1 and file2. file1 contain following CPU

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.