Hello,
I am trying to create a program that will allow users to browse for an excel worksheet through their computer and when they press the "Format!" button, it will run a macro that I created from VBA. Here is what the template looks like:
http://img34.imageshack.us/img34/7834/picture2ub.jpg
I believe I am going to use C++ to build the application, but I don't know the codes that will allow users to browse the worksheet to be formatted and run the macro from excel.
Any help will be appreciated, thanks!