SaaSHub helps you find the best software and product alternatives Learn more →
VBA-General Alternatives
Similar projects and alternatives to VBA-General
-
-
InfluxDB
InfluxDB – Built for High-Performance Time Series Workloads. InfluxDB 3 OSS is now GA. Transform, enrich, and act on time series data directly in the database. Automate critical tasks and eliminate the need to move data externally. Download now.
-
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).
-
Power-Refresh
Schedule refresh of any Excel file using open-source scheduler & refresher written on VBA
-
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
vim.xlam
Vim experience in Excel: An add-in that brings Vim’s key bindings to Excel, enhancing navigation and efficiency.
-
VBA-General discussion
VBA-General reviews and mentions
-
Where/How do you take track of notes
Here's a code repo that I've had for years now.
-
VBA Username and Password Regex (MS Access)
You can view any updates to this function via github.
-
[OUTLOOK/EXCEL/WORD] Easy way to add Context Menus/Right-Click Menus to VBA UserForms
But in any event, there's an API to check a window's class name (GetClassName) or you could just use u/sancarn 's Accessibility Inspector (link), or you can get the hWnd and otherwise control the appearance, dimensions and functionality of the Userform by using the Userform class by u/ViperSRT3g (link) or by using his WinAPI class (GetUFHandle).
-
(VBA) Starting at B4 I want to count how many cells in row 4 until the cell saying "Grand Total" is reached.
What are you doing with this project overall? (Also you can view more of where those functions came from here)
-
Can I create function to run a few lines of VBA code instead of typing the same code multiple times?
If the four lines of code are literally to identify the bottom left most cell of data on a sheet, then functions for that already exist. The GetLastRow function from that module would be the code you'd reuse.
-
[WORD] [EXCEL] Can I build a tiny desktop application that can be a friendly-UI "splash page" basically for my templates?
This would certainly be simplest with launching from a userform stored in Excel. You could make it more fancy and look like a standalone application with extra code libraries but they wouldn't be necessary.
- Harness the power of the WINAPI to improve your Userform design!
-
Field Change Auditing between an Access database and Excel Calculation Engine
Here's a module I use for generating hashes. It can handle SHA256/512 which is entirely overkill for this, but it's simple and easy. To generate a hash, concatenate all the fields of a record together and pass that to one of the SHA_String functions.
- General Git repo with vba code
-
How would I do a find all type of thing in vba?
Ah, I ran into this problem years ago so I created the RangeFindAll function to do the work for me. It operates on the same idea as when you use CTRL+F to find a value on a worksheet. It loops through everything it finds and adds each cell to a range reference, then spits that out once it realizes that it has looped through all cells with that value. Here's an example of how simple it is to work with:
-
A note from our sponsor - SaaSHub
www.saashub.com | 19 May 2025
Stats
ViperSRT3g/VBA-General is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of VBA-General is VBA.
Popular Comparisons
- VBA-General VS VBA_personal
- VBA-General VS Export-MS-Project-to-MS-Excel
- VBA-General VS Power-Refresh
- VBA-General VS geo_vba
- VBA-General VS Serial-Ports-in-VBA-Extra-Simple-2022
- VBA-General VS Excelerator
- VBA-General VS simple-samples
- VBA-General VS VBA-Better-Array
- VBA-General VS vim.xlam
- VBA-General VS SQLiteC-for-VBA