-
Recent Posts
Archives
Categories
Meta
Tag Archives: excel-dna
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