stdVBA VS VBA-Project-Information

Compare stdVBA vs VBA-Project-Information and see what are their differences.

stdVBA

VBA Standard Library - A Collection of libraries to form a common standard layer for modern VBA applications. (by sancarn)

VBA-Project-Information

VBA Project Information (by 4R3B3LatH34R7)
Our great sponsors
  • InfluxDB - Access the most powerful time series database as a service
  • ONLYOFFICE ONLYOFFICE Docs — document collaboration in your environment
  • SonarQube - Static code analysis for 29 languages.
  • CodiumAI - TestGPT | Generating meaningful tests for busy devs
stdVBA VBA-Project-Information
58 3
195 4
- -
4.2 0.0
3 days ago over 1 year ago
VBA
MIT License Creative Commons Attribution Share Alike 4.0
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.

stdVBA

Posts with mentions or reviews of stdVBA. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-05-29.
  • Bulk Structured Spreadsheet Extractor
    2 projects | reddit.com/r/vba | 29 May 2023
    Otherwise this library poses as an example of how to use stdVBA libraries. Libraries used in this project: stdEnumerator, stdArray, stdCallback, stdCOM, stdICallable, stdLambda, stdRegex.
  • A Fast and Simple Settings Management Module. Automatically sets everything up and works for PC or MAC
    3 projects | reddit.com/r/vba | 15 Apr 2023
    If you want a solution though see stdSettings. There are both system and user settings. Users are bound by their domain, so should work across organisations :)
  • Creating a bot for automation.
    2 projects | reddit.com/r/vba | 5 Feb 2023
  • Worst and best of VBA
    2 projects | reddit.com/r/vba | 6 May 2022
    Aha motivations for stdVBA which is a library I made. It resolves some of these points in some ways. E.G. stdLambda acts as a Lambda syntax for VBA. stdCallback allows you to ripe the benefits of first class functions, without those functions existing.
  • VBA like a proper dev?
    7 projects | reddit.com/r/vba | 5 May 2022
    my own stdVBA and some examples at stdVBA-UI
  • I created a fluent unit testing framework in VBA
    4 projects | reddit.com/r/vba | 4 Apr 2022
    There're numerous unit testors out there already. I do find it interesting as to why many prefer this result.equalTo(3) compared to result = 3. My own is a single class and goes down the Test.Assert message, x=y route. As a result most of my tests look like:
  • VBA And The WebDriver Dilemma
    2 projects | reddit.com/r/vba | 18 Mar 2022
    For sharepoint you need to use SOAP. I've got a small example here
  • Evaluating expressions from strings in VBA
    4 projects | reddit.com/r/vba | 20 Feb 2022
    At that point, I decided to try the fabulous stdLambda tool, developed by u/sancarn. I found that stdLambda correctly evaluated all the corner cases that made Volpi's class fail. This fact excited me, so I decided to measure the time it took to evaluate an expression with variables, noticing that the u/sancarn library was quite efficient. At that point, I started to measure the performance by evaluating functions like sin, cos, tan, abs, the results seemed strange to me when I noticed that the performance was almost 50 times lower when compared to the results obtained when measuring the performance by evaluating expressions without calls to built-in functions.
    4 projects | reddit.com/r/vba | 20 Feb 2022
    Here the explanation by the library owner:
  • Good Projects
    3 projects | reddit.com/r/vba | 23 Dec 2021
    If you want to do something really useful, you can contribute to one of the many amazing libraries around like stdVBA (you can see the backlog here), CSV Interface or VBCorLib

VBA-Project-Information

Posts with mentions or reviews of VBA-Project-Information. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2021-04-17.
  • [Excel][VBA] Handle mutliple controls' events in one place
    3 projects | reddit.com/r/vba | 17 Apr 2021
    I understand that VBA may be intended to help with spreadsheet handling at its birth(probably) but everything you mentioned is quite right because I am in the middle of developing a choropleth map in Excel using msoFreeForm shapes and another project which walks through VBA code modules to provide insight into VBProject with code obfuscation and visual codeflow diagrams, I got myself overwhelmed time and again and had to restart from scratch a number of times already. But with each iteration came, the need to compartmentalize/modularize, as I began to understand the need to improve my coding style or else.
  • stdEnumerator - Enumerate and manipulate any collection/array/class with very few statements
    9 projects | reddit.com/r/vba | 10 Apr 2021
    Hi, sancarn, just greeting! We talked about your VBA shape Events class some time ago, I was working on a shape map project back then. I hope you will probably remember me once you see the image of the map. Still haven't finished it yet as I was side-tracked to another project which walks through VBA project code modules.

What are some alternatives?

When comparing stdVBA and VBA-Project-Information you can also consider the following projects:

ECPTextStream - ECPTextStream is a VBA text buffered reader designed to manage text streams in Microsoft Office applications, from VBA.

VBAChromeDevProtocol - VBA (Excel) based wrapper for Chrome Developer Protocol (CDP) - sorta a VBA version of Puppeteer/Selenium

Rubberduck - Every programmer needs a rubberduck. COM add-in for the VBA & VB6 IDE (VBE).

VBA-CSV-interface - The power you need to cleanse, filter, sort, reshape, manage and analyze data from CSV files.

VBA-STD-Builder - A temporary project for building a VBA code builder, to allow people to work in VSCode and perform Live Tests

VBA-SQL-Library - Object-based Database Interaction for VBA. Create SQL Statements with VBA objects instead of string concatination.

VBA-Unit-Tester

VBA-JSON-parser - Backus-Naur Form JSON Parser based on RegEx for VBA

VBA-ExtendedDictionary - Dictionary object that extends the Scripting.Dictionary

VBCorLib - The VBCorLib framework brings many of the powerful .NET classes to VB6.

VBAPackager - Based on Evil Clippy, designed to package VBA documents (WIP)