https://github.com/zq99/mvc-design-pattern-in-excel-vba
Some examples of how to implement the MVC design pattern in Excel VBA.
https://github.com/zq99/mvc-design-pattern-in-excel-vba
design-patterns excel mvc mvc-pattern object-oriented-programming vba vba-excel
Last synced: 4 months ago
JSON representation
Some examples of how to implement the MVC design pattern in Excel VBA.
- Host: GitHub
- URL: https://github.com/zq99/mvc-design-pattern-in-excel-vba
- Owner: zq99
- License: mit
- Created: 2020-08-13T23:51:57.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-09-01T19:40:18.000Z (over 2 years ago)
- Last Synced: 2024-08-13T07:18:19.997Z (8 months ago)
- Topics: design-patterns, excel, mvc, mvc-pattern, object-oriented-programming, vba, vba-excel
- Language: VBA
- Homepage:
- Size: 242 KB
- Stars: 7
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - zq99/mvc-design-pattern-in-excel-vba - Some examples of how to implement the MVC design pattern in Excel VBA. (VBA)
README
# MVC Design Pattern in Excel VBA
This repo has two examples of how to implement the MVC (Model View Controller) pattern in an Excel VBA project.
The first example uses a Worksheet as the user interface.
The second example uses a Form as the user interface.
There is considerable overlap in the two solutions. The main architecture is as follows:
## Further information
For more information about this architecture please go here:
- https://en.wikipedia.org/wiki/Model%E2%80%93view%E2%80%93controller