SaaSHub helps you find the best software and product alternatives Learn more →
just-VBA Alternatives
Similar projects and alternatives to just-VBA based on common topics and language
-
stdVBA
VBA Standard Library - A Collection of libraries to form a common standard layer for modern VBA applications.
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
VBA-Dictionary
Discontinued Drop-in replacement for Scripting.Dictionary on Mac [Moved to: https://github.com/VBA-tools/VBA-Dictionary] (by timhall)
-
-
-
-
NOTE:
The number of mentions on this list indicates mentions on common posts plus user suggested alternatives.
Hence, a higher number means a better just-VBA alternative or higher similarity.
just-VBA discussion
just-VBA reviews and mentions
Posts with mentions or reviews of just-VBA.
We have used some of these posts to build our list of alternatives
and similar projects. The last one was on 2023-12-06.
-
Settings Management that moves with your workbook and supports custom settings by OS and / or User
I'd be happy to answer questions if you have any. Did you download the demo file for the FunWithListObjects?
-
How to enable very fast wildcard searches on large tables
The demo file can be downloaded from my github here: https://github.com/lopperman/just-VBA/blob/main/Misc/arraySearch.xlsx
-
Quickest way to duplicate rows based on value in a column
I'm not the best at documenting -- but I've been working on that. If you want to keep an eye on things I build, just follow my just-VBA repo on github. You can also follow me on reddit if you want to see what I post about -- i tend to post a lot :-)
-
Are you logging? If not, consider dropping this module into your project and you'll be good to start logging immediately
To that end, I created the pbLogging.bas module. It's reasonably commented, but feedback is welcome on that. Once imported into your project, you can immediately start logging by calling the pbLog function:
-
Simplify deleting User-Selected ListObject Rows. Handles sheet protection, non-contiguous selection, databodyrange boundary control
Download Functional Demo Workbook, or the code
-
[Excel] autogenerate sheets for the entire month at the beginning of each month.
author (c) Paul Brower https://github.com/lopperman/just-VBA
-
Enable users to dbl-click a cell in a ListObject or regular range, and replace or clear all matching values in column, or fill blanks
Descriptions and example of recommended usage are available in the RangeUpdateUtil.xlsm file, which can be found in this github location
-
Suffering with Excel for Mac? Get Parallels.
What are some of the things in excel that you 'suffered' on a Mac? I'm coming at this from a curiosity standpoint. I've built quite a bit of tools/libraries over the past few years for Excel/VBA. 100% of everything I've done is Mac and PC compatible (feel free to check my post history or my just-VBA github project). The only thing that's a bit tedious is working with custom User Forms, but it can still be done.
-
A Fast and Simple Settings Management Module. Automatically sets everything up and works for PC or MAC
To use in your project, import the 'pbSettings.bas' module, and the 'Dictionary.cls' class module (also available here). Calling a method will automatically set up the worksheet/listobject. (e.g. t ype '? pbSettings.KeyExists("Version")' in the Immediate Window)
-
Map and Copy Rows from ListObjects or Range to a 'Master' ListObject or Range
Download Demo .xlsm File
-
A note from our sponsor - SaaSHub
www.saashub.com | 16 Jan 2025
Stats
Basic just-VBA repo stats
46
36
8.5
18 days ago
lopperman/just-VBA is an open source project licensed under GNU General Public License v3.0 only which is an OSI approved license.
The primary programming language of just-VBA is VBA.