This repository contains VBA modules, and forms created whilst working on the project.
The goal of this project is to create an intuitive data entry interface. There are three different forms. These forms are simple to use and have data validation built in to minimize errors and cut down on the amount of time needed for data entry.
Additionally, the forms are made to store entered data in an organized manner that facilitates management in the excel
Two modules that contain some codes needed to run the forms are also included in the project.
Here are pictures of the forms that were made.
Figure 1: Screenshot of the data entry form .
Figure 2: Screenshot of the data entry form-Save.
Figure 3: Screenshot of the data entry form-Update.
Figure 4: Screenshot of the data entry form-Final.
- Modules/: Contains standard modules (.bas files)
- Forms/: Contains user forms (.frm files)
- Workbook/: Contains the main workbook with macros (.xlsm file)
- Download the repository.
- Import the necessary
.basor.frmfiles into your VBA editor in Excel. - Open the
.xlsmworkbook to see the macros in action


