Calling VBA from .Net

  • Thread starter Thread starter Jimmy
  • Start date Start date
J

Jimmy

I have a legacy application which can be driven by VBA programming. How to
call VBA from VB.Net ?
Jimmy
 
You'll need to reference System.Runtime.Interop, include the .dll's for
whatever application/applications you are using and that's pretty much it.
 
* "Jimmy said:
I have a legacy application which can be driven by VBA programming. How to
call VBA from VB.Net ?

Why not develop the application in VBA?
 
Back
Top