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

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.

Awesome Lists containing this project

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