View on GitHub

Vb Dotnet Excel Function Caller

Call VB DotNet Functions in sequence

Download this project as a .zip file Download this project as a tar.gz file

Welcome to Vbdotnetexcelfunctioncaller Pages.

This is a class to help you call VB subs in sequence, with definition coming from an Excel cell. The VB code will be packaged in XLL, which means well protected, and also provide maximum convenience for those who wants to migrate from their old VBA macros.

Project is hosted on NuGet. Please see: https://www.nuget.org/packages/VBDotNetExcelFunctionCaller

Usage

In your project VB code, create some public subs like proc_aaa, proc_bbb, proc_ccc. In Excel spreadsheet cells, you can specify: act=aaa;.....;next=.., act=bbb;..... Then, the program would run proc_aaa, then proc_bbb. This is a great approach to allow user to call pre-defined codes without using VBA macros (yaaks!).

Support or Contact

Please email to SerioudDataEngineer@hotmail.com .