VBA Vba

Open-source VBA projects categorized as Vba

Top 23 VBA Vba Projects

  • VBA

    Code Blocks relating to everything VBA (by AllenMattson)

  • stdVBA

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

    Project mention: Why do people still use VBA? | news.ycombinator.com | 2023-11-15

    I do RPA from VBA personally using IAccessiblity. See stdAcc (https://github.com/sancarn/stdVBA/blob/master/src/stdAcc.cls) and an example (https://github.com/sancarn/stdVBA-examples/tree/main/Example...)

  • Onboard AI

    Learn any GitHub repo in 59 seconds. Onboard AI learns any GitHub repo in minutes and lets you chat with it to locate functionality, understand different parts, and generate new code. Use it for free at www.getonboard.dev.

  • crypto_vba

    An Excel/VBA project to communicate with various cryptocurrency exchanges APIs

  • msaccess-vcs-addin

    Synchronize your Access Forms, Macros, Modules, Queries, Reports, and more with a version control system.

    Project mention: MS Access Version Control | /r/MSAccess | 2023-05-03

    I use Access VCS. You export the database, front end or back end to a folder and then add it to a git repo from there. It will not save the data only the code, macros, forms, reports, queries, and table schemas.

  • VBA_personal

    Library with VBA, used in multiple projects.

  • VBA-Better-Array

    An array class for VBA providing features found in more modern languages

    Project mention: I’m making a vbaProject.bin packager in python and looking for anyone with opinions! | /r/vba | 2023-01-20

    Hesitate to mention it because I haven't had time to look at the enhancement we talked about this weekend at all 😅 but yeah I do use a script like that to import the bas/cls files from the repo into a new workbook every time I do a pull request. https://github.com/Senipah/VBA-Better-Array/blob/master/scripts/createDevWorkbook.ps1

  • VBA-JSON-parser

    Backus-Naur Form JSON Parser based on RegEx for VBA

  • InfluxDB

    Collect and Analyze Billions of Data Points in Real Time. Manage all types of time series data in a single, purpose-built database. Run at any scale in any environment in the cloud, on-premises, or at the edge.

  • QRCodeLibVBA

    QR Code generator library in VBA

  • add-chatgpt-to-microsoft-word

    How to add ChatGPT's Text Completion to Microsoft Word

    Project mention: Add ChatGPT to Microsoft Word | news.ycombinator.com | 2023-03-30
  • Battleship

    An Object-Oriented VBA experiment (by rubberduck-vba)

    Project mention: Is there a platform for selling Excel VBA games? | /r/vba | 2023-01-01

    Then you need to do some research, otherwise you won't know what you're competing with! Take, the example, the version of Arkanoid made by VB6 developer - https://imgur.com/a/Z8GL0hk There are a number of projects on Github - like BattleShips by the maker of RubberDuck (the VBA Editor COM addin), Mathieu Guindon. You should check out Awesome VBA because there a few games listed to get you started.

  • VBAIPFunctions

    IP manipulation and lookup VBA functions

    Project mention: How to sort IP addresses with Excel? | /r/networking | 2023-04-17
  • Power-Refresh

    Schedule refresh of any Excel file using open-source scheduler & refresher written on VBA

  • wordle97

    Wordle for Word 97

  • VBA-CSV-interface

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

    Project mention: Creation of the CSV interface community | /r/vba | 2023-04-08

    During this process, I also thought about how to offer the users of the tool a help channel where they can receive help, since the code project is currently maintained by a single person. This is why I decided to create the r/CSVinterface community, whose main objective is to serve as a help channel for CSV Interface users.

  • VBAChromeDevProtocol

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

    Project mention: TabFS – a browser extension that mounts the browser tabs as a filesystem | news.ycombinator.com | 2023-02-18

    I used to scan all the tabs in open browser windows to preserve all open URLs.

    See also https://chromedevtools.github.io/devtools-protocol/ with Playwright et. al., even Excel VBA: https://github.com/PerditionC/VBAChromeDevProtocol

  • VBA-General

    A repository of various modules and classes for interacting with Excel and doing other... things.

    Project mention: Where/How do you take track of notes | /r/vba | 2022-12-16

    Here's a code repo that I've had for years now.

  • add-gpt-chatbot-to-microsoft-word

    Create a chatbot in Microsoft Word powered by ChatGPT

    Project mention: Integrate GPT Chatbot into MS Word | /r/ChatGPT | 2023-03-28

    Follow this guide to implement

  • Vincenty-Excel

    Thaddeus Vincenty's Direct and Inverse formulae for geodesic calculations in Excel (distance, azimuth, latitude, longitude).

  • just-VBA

    VBA Utilities - 100% MAC & PC Compatible

    Project mention: Settings Management that moves with your workbook and supports custom settings by OS and / or User | /r/vba | 2023-12-06

    I'd be happy to answer questions if you have any. Did you download the demo file for the FunWithListObjects?

  • Speed-Bionic-Reading

    Speed reading technique that has recaptured public interest due to Bionic Reading done in a VBA Macro

    Project mention: Game Changer! | /r/readwithme | 2023-04-19

    For WORD, several macros that can convert the styling of an entire file or selected text to a bionic-reading style. https://github.com/GPFSimon/Speed-Bionic-Reading

  • vscode-vba

    VBA language extension to use with VS Code. Also used for syntax highlighting on GitHub.

    Project mention: Best code to build tools with for Excel | /r/excel | 2023-12-06

    vscode-vba - Write vba code in VisualStudio Code. Add-in is mostly a syntax highlighter.

  • VBA-CSV

    Fast and convenient CSV reading and writing for VBA and Excel spreadsheets.

  • VBA-ExtendedDictionary

    Dictionary object that extends the Scripting.Dictionary

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020). The latest post mention was on 2023-12-06.

VBA Vba related posts

Index

What are some of the best open-source Vba projects in VBA? This list will help you:

Project Stars
1 VBA 382
2 stdVBA 229
3 crypto_vba 154
4 msaccess-vcs-addin 148
5 VBA_personal 132
6 VBA-Better-Array 100
7 VBA-JSON-parser 100
8 QRCodeLibVBA 77
9 add-chatgpt-to-microsoft-word 75
10 Battleship 72
11 VBAIPFunctions 66
12 Power-Refresh 64
13 wordle97 57
14 VBA-CSV-interface 53
15 VBAChromeDevProtocol 50
16 VBA-General 46
17 add-gpt-chatbot-to-microsoft-word 41
18 Vincenty-Excel 39
19 just-VBA 26
20 Speed-Bionic-Reading 22
21 vscode-vba 19
22 VBA-CSV 18
23 VBA-ExtendedDictionary 16
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com