https://github.com/JauntyJJS/Write_Better_Excel_VBA_Project_Example
An excel macro file used in this blog post https://jeremy-selva.netlify.app/blog/2022-05-05-writing-excel-vba-code/
https://github.com/JauntyJJS/Write_Better_Excel_VBA_Project_Example
Last synced: 6 months ago
JSON representation
An excel macro file used in this blog post https://jeremy-selva.netlify.app/blog/2022-05-05-writing-excel-vba-code/
- Host: GitHub
- URL: https://github.com/JauntyJJS/Write_Better_Excel_VBA_Project_Example
- Owner: JauntyJJS
- Created: 2022-05-09T07:54:50.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-06-01T02:20:23.000Z (about 3 years ago)
- Last Synced: 2024-08-13T07:18:19.353Z (10 months ago)
- Language: VBA
- Homepage: https://jauntyjjs.github.io/Write_Better_Excel_VBA_Project_Example/
- Size: 563 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.Rmd
Awesome Lists containing this project
- jimsghstars - JauntyJJS/Write_Better_Excel_VBA_Project_Example - An excel macro file used in this blog post https://jeremy-selva.netlify.app/blog/2022-05-05-writing-excel-vba-code/ (VBA)
README
---
output:
md_document:
variant: gfm
---```{r, include = FALSE}
knitr::opts_chunk$set(
collapse = TRUE,
comment = "#>",
fig.align = 'center'
)
```# Write_Better_Excel_VBA_Project_Example
Here is the Github repository storing the example excel macro file and Excel VBA source code used for this [blog post](https://jeremy-selva.netlify.app/blog/2022-05-05-writing-excel-vba-code/).

Here is the [link](https://jauntyjjs.github.io/Write_Better_Excel_VBA_Project_Example/) to the output code documentation.
