Hi,
I am programmatically accessing an Excel Workbook via C# using the Excel.Interop assembly.
The workbook contains a custom Macro.
Is there a way of programmatically running this Macro?
I've tried:
Workbook.Run ("MacroName")
But, that requires 30 additional parameters?!
Many Thanks.
Start Free Trial