Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 620 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 620 Bytes

VBA-dotnet-CorLib

VBA dotnet CorLib is a VBA Windows x64 implementation of many classes found in the .NET framework. The classes within VBA dotnet CorLib can be used nearly identically as the .NET counterpart. Initially will be focusing on the DateTime associated classes.

Changing from attempting to implement the .Net Framework solely in VBA to use COM interlop wrappers.

Moving too VBA-DotNetLib

  • Initally aimed too write solely in VBA which wrote 10K+ lines of VBA and switched to implement using a type library wrapping various .Net Framework classes.