VBA-ExtendedDictionary
Dictionary object that extends the Scripting.Dictionary (by SSlinky)
VBA-JSON-parser
Backus-Naur Form JSON Parser based on RegEx for VBA (by omegastripes)
VBA-ExtendedDictionary | VBA-JSON-parser | |
---|---|---|
8 | 2 | |
21 | 113 | |
- | 0.9% | |
3.4 | 2.5 | |
about 1 month ago | 8 months ago | |
VBA | VBA | |
MIT License | GNU General Public License v3.0 only |
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-ExtendedDictionary
Posts with mentions or reviews of VBA-ExtendedDictionary.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2021-03-23.
-
Update database with two similar workbooks
If you're working with dictionaries, this might help.
- [EXCEL] Loop theory
-
excel - pasting from dictionary into sheet1
Using u/chunkyasparagus' example values, I populated my cExtendedDictionary and dumped it to the sheet. Took at a guess, nearly a second to run.
-
Best way to query a set of data in vba?
This was one of the things my Extended Dictionary was designed to do with the AddBulk method.
- [EXCEL] Checking one data table for information relative to another one using VBA
- How do i find out how many times a duplicate value appear in a column of data?
-
Where to use class modules
An example of where I've used a class as a tool can be found here.
- [VBA] Record unique values from a collection in an array
VBA-JSON-parser
Posts with mentions or reviews of VBA-JSON-parser.
We have used some of these posts to build our list of alternatives
and similar projects.
-
Accounting software glitch leads to using old/incorrect fx rates in invoices
Downloaded and imported VBA-JSON-parser
-
Extract data from a blob of text
Have you tried VBA JSON Parser?
What are some alternatives?
When comparing VBA-ExtendedDictionary and VBA-JSON-parser you can also consider the following projects:
SQLiteC-for-VBA - SQLite library for VBA wrapping ADODB and SQLite C-language API.
crypto_vba - An Excel/VBA project to communicate with various cryptocurrency exchanges APIs
QRCodeLibVBA - QR Code generator library in VBA
stdVBA - VBA Standard Library - A Collection of libraries to form a common standard layer for modern VBA applications.
VBAUnicodeTools - Tools for working with Unicode in the VB Editor
VBA-Better-Array - An array class for VBA providing features found in more modern languages