VBA-Better-Array
An array class for VBA providing features found in more modern languages (by Senipah)
excel-formula-print
VBA macro to print formulas with variable names (by chris-hendrix)
Our great sponsors
VBA-Better-Array | excel-formula-print | |
---|---|---|
6 | 1 | |
68 | 0 | |
- | - | |
0.8 | 0.0 | |
9 months ago | about 1 year ago | |
VBA | VBA | |
MIT License | - |
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
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.
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.
VBA-Better-Array
Posts with mentions or reviews of VBA-Better-Array.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2022-05-05.
-
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.
excel-formula-print
Posts with mentions or reviews of excel-formula-print.
We have used some of these posts to build our list of alternatives
and similar projects.
-
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?
When comparing VBA-Better-Array and excel-formula-print you can also consider the following projects:
VBA-JSON-parser - Backus-Naur Form JSON Parser based on RegEx for VBA
excel-essential-tools - This is an Excel addin, which extends Excel's default functionaility by more than 50 tools.
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).
SQLiteC-for-VBA - SQLite library for VBA wrapping ADODB and SQLite C-language API.