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 ?