Hi,
I am pretty new to Excel-DNA; I do not know how to browse the library so I thought of dropping a message here in this group.
I have an Excel application developed with VBA which I wish to convert to an Add-In using C# - I thought it might be a good exercise starting from something I developed.
Basically with this application the user selects n Excel files to imports via a custom ribbon tab; each file contains 2 worksheets and the application combine the information on both to create a single worksheet which will then copied into the workbook, thus closing the workbook where the information were collected without saving it. Once all files have been imported, another sub (triggered by a different button in the custom ribbon tab) combine all the imports in a single worksheets and compare the information, using conditional formatting to highlight differences.
In VBA I used a FileDialog object to import the xlsx files. Is there anything similar in Excel-DNA I could use?
:)