I need to call some .NET code from Excel 2007, and I'm looking for a better way.
The official "Microsoft Approved Method" seems to include Visual Studio 2008 Professional, but I don't have one. I have VS2005, but plus VSTO 2005 SE can only run application-level add-ons, not document-level macros.
The problem is related to some analysis code that comes as .NET assemblies; I would like to manipulate it by changing some cells in an Excel worksheet.
Any other ideas?
source
share