Using VB.Net Run Code in Excel Module

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Not sure if this is the proper forum, but we'll give it a try.

I want my VB.Net program to open an Excel workbook and then execute a VB
procedure residing in the Excel workbook.

I'd like to get sample code to try this out.

Thanks,
Mark
 
¤ Not sure if this is the proper forum, but we'll give it a try.
¤
¤ I want my VB.Net program to open an Excel workbook and then execute a VB
¤ procedure residing in the Excel workbook.
¤
¤ I'd like to get sample code to try this out.

See the following MS KB article:

How to run Office macros by using Automation from Visual Basic .NET
http://support.microsoft.com/default.aspx?scid=kb;en-us;306682


Paul
~~~~
Microsoft MVP (Visual Basic)
 
Back
Top