View Single Post
  #1 (permalink)  
Old October 23rd, 2009, 04:54 PM
dyung2 dyung2 is offline
Authorized User
 
Join Date: Oct 2009
Posts: 14
Thanks: 0
Thanked 0 Times in 0 Posts
Default Run excel and execute macro

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!
Reply With Quote