An open API service indexing awesome lists of open source software.

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/

Awesome Lists containing this project

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/).

![blog_post](blog_post.png)

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

![code_documentation](code_documentation.png)