I am trying to call a macro from an Excel file using C# 4.5. My Excel version is 2010.
C# 4.5
When I try to call the macro, I get the following error:
book.Run ("'Macros.xls'!MacroName");