SQLiteC-for-VBA
excel-formula-print
SQLiteC-for-VBA | excel-formula-print | |
---|---|---|
1 | 1 | |
5 | 3 | |
- | - | |
0.0 | 0.0 | |
almost 3 years ago | over 3 years ago | |
VBA | VBA | |
MIT License | - |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
SQLiteC-for-VBA
-
[EXCEL] SQLite C/ADO VBA library with reflection
Complete project source code with dependencies is available from the GitHub repo and the project documentation - from the GitHub pages site. I perform unit testing under x32/VBA6 (Excel XP/2002 SP3) and x64/VBA7 (Excel 2016) environments. With the entire repository cloned on Windows 10 and the two dependencies (the SQLiteODBC driver and the RubberDuck VBA add-in) installed, the following two quick checks can be executed right away from the immediate pane. This command ?LiteMan(":mem:").ExecADO.GetScalar("SELECT sqlite_version()") returns SQLite library version used by the SQLiteODBC driver (usually embedded), e.g., 3.23.3, and this command ?SQLiteC("").CreateConnection(":mem:").ExecADO.GetScalar("SELECT sqlite_version()") returns SQLite library version loaded by the project, e.g., 3.37.0. The project also includes a set of examples, which should also run out-of-the-box (see documentation).
excel-formula-print
-
Good general Mechanic Calculation Suite?
Shameless plug, but I wrote an Excel macro that displays the formula in terms of its variables. Makes checking a breeze. And super easy to paste into Word if you are creating a report.
What are some alternatives?
SQLiteForExcel - A lightweight wrapper to give access to the SQLite3 library from VBA.
vba-macros - Some VBA macros for personal use
Rubberduck - Every programmer needs a rubberduck. COM add-in for the VBA & VB6 IDE (VBE).
Export-MS-Project-to-MS-Excel - Export tasks, Gantt chart and resources from MS Project to MS Excel. No additional software or installation required. Using build-in MS Project features (VBA).
QRCodeLibVBA - QR Code generator library in VBA
Excel-Pomodoro-Timer - Excel Pomodoro Timer
VBA-Better-Array - An array class for VBA providing features found in more modern languages
excel-essential-tools - This is an Excel addin, which extends Excel's default functionaility by more than 50 tools.
VBA-ExtendedDictionary - Dictionary object that extends the Scripting.Dictionary
VBA-SQL-Library - Object-based Database Interaction for VBA. Create SQL Statements with VBA objects instead of string concatination.