J Jimmy Mar 4, 2004 #1 I have a legacy application which can be driven by VBA programming. How to call VBA from VB.Net ? Jimmy
I have a legacy application which can be driven by VBA programming. How to call VBA from VB.Net ? Jimmy
W William Ryan eMVP Mar 4, 2004 #2 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.
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.
C Cor Mar 4, 2004 #3 Hi Jimmy, I just have collected those to for John, http://msdn.microsoft.com/library/d...stemDiagnosticsProcessStartInfoClassTopic.asp http://msdn.microsoft.com/library/d...rfsystemdiagnosticsprocessclassstarttopic.asp I hope this helps a little bit? Cor
Hi Jimmy, I just have collected those to for John, http://msdn.microsoft.com/library/d...stemDiagnosticsProcessStartInfoClassTopic.asp http://msdn.microsoft.com/library/d...rfsystemdiagnosticsprocessclassstarttopic.asp I hope this helps a little bit? Cor
H Herfried K. Wagner [MVP] Mar 4, 2004 #4 * "Jimmy said: I have a legacy application which can be driven by VBA programming. How to call VBA from VB.Net ? Click to expand... Why not develop the application in VBA?
* "Jimmy said: I have a legacy application which can be driven by VBA programming. How to call VBA from VB.Net ? Click to expand... Why not develop the application in VBA?