I made a COM add-in for excel and I manage to get everything except for the collection of the selected cells. In VBA there is a collection called Selection and from what I understood the Excel.Application has a Selection collection as well, but I do not know how to access the members of this collection.
I am using VS 2005 and developing in .NET 2.0.
I am using VS 2005 and developing in .NET 2.0.