I have two tables ("Old" and "New") and a VB Script macro. The macro works in one ("New"), compares the contents of the other ("Old"), and then outputs the results back to the "new" table.
I would like to create an executable file in which I enter two file names, and click the start button to simplify this procedure. The current procedure requires opening both files, and then cutting and pasting the Script into the VB "New" editor and running there. I am looking for advice on which programming language or tools I can use to create this application in Windows XP for working with spreadsheets created in Excel 2007.
Is it possible to use C # to write a simple application that can do this?
If you could point me to resources about writing applications in C # for interacting with Excel, that would be greatly appreciated.
This is my first attempt to write an application that interacts with Excel. Perhaps this is not possible. If this happens, let me know.
source
share