Visual Studio Code – How do I pass a reference to the Excel StatusBar to another class in C#?
I have a simple XLL (Excel add-in) that uses C# to: Gather some simple input from a template workbook (XLSX). Decide (based on that input) which piece of 3rd-party software the user is trying to extract data from; and then…