Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/martinctc/excel-vba
Excel VBA Tools to make life a little less painful
https://github.com/martinctc/excel-vba
Last synced: about 1 month ago
JSON representation
Excel VBA Tools to make life a little less painful
- Host: GitHub
- URL: https://github.com/martinctc/excel-vba
- Owner: martinctc
- Created: 2016-10-23T20:57:11.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2024-11-17T15:16:51.000Z (about 2 months ago)
- Last Synced: 2024-11-17T16:26:32.900Z (about 2 months ago)
- Language: VBA
- Size: 10.7 KB
- Stars: 18
- Watchers: 3
- Forks: 6
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ExcelVBA
Excel VBA Tools to make life a little less painful!This respository contains Excel VBA macros. In an age where the attention in Data Science is all in R and Python, it's perhaps odd to be writing Excel VBA macros. However, it is almost a truth universally acknowledged that you can never escape Excel - it is indeed the common language between end-consumers of data (stakeholders, audiences) and data analysts / scientists. Inevitably someone will always want to have something delivered in Excel.
Since we cannot escape Excel (and arguably Excel is pretty great in ways), why not embrace it and make the experience more enjoyable?
Whilst you are here, do also check out my other repository on PowerPoint VBA.
---
## How to run macros
An example of the routine would be:
1. Run Alt + F11 or whichever way you prefer to start up the code editor and the module in Excel
2. Copy and paste the code in from the macro
3. RunThe exception to the above would be custom _functions_, which would be become available as an Excel function once added to the code editor.
---
### Contact me
Please feel free to submit suggestions and report bugs: