Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Lana42/VBA-Portfolio
Collection of macros written in visual basic for applications
https://github.com/Lana42/VBA-Portfolio
macros microsoft microsoft-excel vba vba-excel vba-library vba-macros vba-modules vba-portfolio
Last synced: about 2 months ago
JSON representation
Collection of macros written in visual basic for applications
- Host: GitHub
- URL: https://github.com/Lana42/VBA-Portfolio
- Owner: Lana42
- License: mit
- Created: 2020-06-15T00:38:42.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2020-07-18T20:57:13.000Z (over 4 years ago)
- Last Synced: 2024-08-09T02:19:51.780Z (6 months ago)
- Topics: macros, microsoft, microsoft-excel, vba, vba-excel, vba-library, vba-macros, vba-modules, vba-portfolio
- Size: 40 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - Lana42/VBA-Portfolio - Collection of macros written in visual basic for applications (Others)
README
# VBA-Portfolio for Lana McClaren
## Description
This a collection of Microsoft Excel macros written visual basic for application. They range from simplifying small tasks to reorganizing data and creating reports.## Installation
Most macros can be run from the PERSONAL.XLSB in excel. Others can run from macro enabled workbooks. Which method to employ will be indicated in the macro's file.
Most macros will be able to run on any version of Excel from 2007 on. If a macro is not supported in Excel 2007, it will be noted in the macros description.## Usage
The details of the purpose of each macro will be outlined in the macro file.## Requirements
Certain macros may require mock data to run. For those, a data file will be included with the code.## Support
Many of these macros are used to develop my advanced VBA course on [Academy_201_Beyond_the_Basics](https://www.youtube.com/channel/UChTxdxyy_NVPW7hNSRS1dzA/). This video series will go into more detail about how these macros were put together and give more detailed information about VBA.## Contributing
Contributions are welcome. However, these macros are finished products. If you use them for your own projects, modifications may be necessary.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.Please make sure to update tests as appropriate.
## License
[MIT](https://choosealicense.com/licenses/mit/)