-
Recent Posts
Archives
Categories
Meta
Monthly Archives: March 2014
Tutorial: COM server support for VBA integration
Functions and macros created in an Excel-DNA add-in can be called directly from Excel VBA by using Application.Run(…). However, .NET also supports creating rich object models that are exported as COM libraries, which can be Tools->Referenced in VBA. Excel-DNA has … Continue reading
Excel-DNA 0.32 Release Candidate
I have posted to CodePlex (https://exceldna.codeplex.com/releases/view/119190) and the NuGet package manager (https://www.nuget.org/packages/Excel-DNA/0.32.0-rc1) a release candidate of the next Excel-DNA version.I hope to make a final release in the next few weeks, once I’ve had confirmation that this version works well … Continue reading
Posted in Uncategorized
Comments Off on Excel-DNA 0.32 Release Candidate