News

Object-Oriented VBA: The code uses custom classes (cMod_Curve, cMod_Bond) to handle financial data and operations, showcasing object-oriented programming in VBA. ADODB for Database Connection: Uses ...
Data Access Layer in VBA for connecting to SQL Server Purpose This project is a Data Access layer that can be used in any VBA application to connect to SQL Server. The purpose is to keep database ...