SQLiteC-for-VBA
VBA-Better-Array
SQLiteC-for-VBA | VBA-Better-Array | |
---|---|---|
1 | 8 | |
5 | 114 | |
- | - | |
0.0 | 0.0 | |
almost 3 years ago | 9 months ago | |
VBA | VBA | |
MIT License | 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).
VBA-Better-Array
-
Iām making a vbaProject.bin packager in python and looking for anyone with opinions!
Hesitate to mention it because I haven't had time to look at the enhancement we talked about this weekend at all š but yeah I do use a script like that to import the bas/cls files from the repo into a new workbook every time I do a pull request. https://github.com/Senipah/VBA-Better-Array/blob/master/scripts/createDevWorkbook.ps1
-
Faster to use Excel's Sort or write a custom sort in VBA?
u/Senipah's VBA-Better-Array might be worth looking at.
-
VBA like a proper dev?
Senipah's Better array
-
Filling combobox and sorting it
u/senipah has done a lot of work extending VBA's array capabilities here. I would look into this to sort your data in memory rather than reinventing the wheel.
-
What is the best way to import a CSV as a 2D array in Word?
My BetterArray library has a FromCSVFile method.
-
How to structure my program when I want to carry out multiple actions to a range which changes
In fact, I use an alternative to arrays called BetterArrays that you can get from Github and was previously posted on Reddit in this post. To use it, you just need to download the class and drag it into your file.
-
Using Variant to make code more universal
Maybe this project might help you. Or maybe you could contribute.
-
I'm new with VBA and I cannot sort a 1D array
I also have an array library available here you could try that comes with implementations of the Quicksort and Timsort algorithms built in.
What are some alternatives?
SQLiteForExcel - A lightweight wrapper to give access to the SQLite3 library from VBA.
VBA-JSON-parser - Backus-Naur Form JSON Parser based on RegEx for VBA
Rubberduck - Every programmer needs a rubberduck. COM add-in for the VBA & VB6 IDE (VBE).
vscode-data-preview - Data Preview šø extension for importing š¤ viewing š slicing šŖ dicing š² charting š & exporting š„ large JSON array/config, YAML, Apache Arrow, Avro, Parquet & Excel data files
excel-formula-print - VBA macro to print formulas with variable names
VBA-CSV-interface - The power you need to cleanse, filter, sort, reshape, manage and analyze data from CSV files.
QRCodeLibVBA - QR Code generator library in VBA
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).
VBA-ExtendedDictionary - Dictionary object that extends the Scripting.Dictionary
VBAUnicodeTools - Tools for working with Unicode in the VB Editor
VBA-SQL-Library - Object-based Database Interaction for VBA. Create SQL Statements with VBA objects instead of string concatination.
QueryCsvToExcel - Provides VBA code for executing a SQL query on a CSV file to import data into a worksheet in Excel