• C++ Programming for Financial Engineering
    Highly recommended by thousands of MFE students. Covers essential C++ topics with applications to financial engineering. Learn more Join!
    Python for Finance with Intro to Data Science
    Gain practical understanding of Python to read, understand, and write professional Python code for your first day on the job. Learn more Join!
    An Intuition-Based Options Primer for FE
    Ideal for entry level positions interviews and graduate studies, specializing in options trading arbitrage and options valuation models. Learn more Join!

C# Excel-Plug In Ribbon Question

Joined
7/25/10
Messages
862
Points
38
Hi. I'm developing a C# Excel Plug-In and I was wondering if there was a way to obtain the current application in use from the Ribbon object.

:) Thanks in advance.
 
Never mind! The issue is moot; since I'm able to access the ribbon itself through Globals.Ribbons I am able to handle the ribbon's events :D

---------- Post added at 10:17 AM ---------- Previous post was at 09:26 AM ----------

Now if I only knew how to make an installer for the add-in in VS 2010 :'(
I miss good ol' 2005 :P

I forgot to add: this was solved practically as soon as I posted this. (I'm an idiot)
 
Back
Top