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

  • Home
  • SEARCH
  • 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 6843153
In Process

The Archive Base Latest Questions

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

I am developing a C# add in for Excel (using VSTO tools). I have

  • 0

I am developing a C# add in for Excel (using VSTO tools). I have an asynchronous process running, that pops up from time to time notification bubbles that are shown above all windows close to the taskbar.

I am able to bind an event to the click on these bubbles that pop up. If the Excel add in is hidden when the user clicks, I’d like to show the Excel window and navigate to a certain sheet.

Is this possible ?

  • 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:12:41+00:00Added an answer on May 27, 2026 at 12:12 am

    You can find the Excel instance running thanks to this code:

    oExcelApp =  (Excel.Application)System.Runtime.InteropServices.Marshal.GetActiveObject("Excel.Application");
    

    (more info on this thread: Get instance of Excel application with C# by Handle)

    You may have to check if Excel is visible to the user:

    oExcelApp .Visible = true;
    

    And this snippet to activate the sheet you want:

    oExcelApp.Worksheet sheet = (oExcelApp.Worksheet)this.Sheets["Sheet2"];
    sheet.Select(Type.Missing);
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm developing an Excel 2007 add-in using Visual Studio Tools for Office (2008). I
I am developing an Outlook Add-in that is using Outlook contacts from local machine
I'm developing an Excel VSTO Document Level Add-In using Composite Application Guidance (Prism for
I am developing an add-in using VSTO for Microsoft project and I have a
I have an Excel add-in I am developing that works fine in Windows XP.
I have been tasked with developing a Firefox add-on that is capable of registering
I am developing site using codeigniter.I have a form which contains add button and
I am developing an add-in for Microsoft Excel, using Visual Studio .NET 2008. The
I plan on developing Excel Add-ins and I have looked around on ways of
I am developing an Excel VSTO C# add-in. The add-in has a single command-bar

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.