https://github.com/jhu-library-applications/ms-access-vba-utilities
Generally helpful VBA modules and classes
https://github.com/jhu-library-applications/ms-access-vba-utilities
Last synced: 9 months ago
JSON representation
Generally helpful VBA modules and classes
- Host: GitHub
- URL: https://github.com/jhu-library-applications/ms-access-vba-utilities
- Owner: jhu-library-applications
- License: mit
- Created: 2022-04-06T14:21:21.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-04-06T14:25:28.000Z (over 3 years ago)
- Last Synced: 2025-02-05T17:40:06.392Z (10 months ago)
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ms-access-vba-utilities
Generally helpful VBA modules and classes
This repo is not indended to manage MS Access projects directly.
Use the File Import option in the VBA Editor tool to import files from the repo to the MS Access project
and use the Export option to save new versions of the module or class.
Modules are saved as .bas type files
Classes are saved as .cls type files
They can be opened and viewed as text files in Atom or another text editor, but it's better to work with them in the VBA editor