Link to home
Start Free TrialLog in
Avatar of MichelleLacy
MichelleLacy

asked on

Calling a VB macro using C#

My C# windows application generates a datatable and populates it with data from a database.  The datatable is exported to an existing Excel worksheet.  Once the data is loaded into the excel sheet, I want it to run an excel marco on the data in the spreadsheet automatically.  How do I make a call to this macro and have it fired as an event after the data is loaded into the worksheet?
ASKER CERTIFIED SOLUTION
Avatar of zorvek (Kevin Jones)
zorvek (Kevin Jones)
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial