Skip to content
This repository was archived by the owner on Jan 5, 2022. It is now read-only.

Commit 662e7c8

Browse files
authored
Add Readme (#1)
* Create README.md * Update README.md * Add License entry
1 parent a9ac801 commit 662e7c8

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

README.md

+17
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# VBA-Inventory-Form-GUI
2+
VBA Inventory Form GUI is a simple form written in visual basic for applications for others to use and adapt for their needs.
3+
4+
## Motivation
5+
I started this little project for a former employer because they wanted to keep track of on-hand software.
6+
7+
## How to use
8+
All you have to do to use the software is download the xlsm file open it up in Microsoft Office 2013/2016 then enable editing and enable content. Then you are good to go.
9+
10+
## Security
11+
If you are more security minded you can look over the vb source that I extracted and write your own with it instead of trusting an executable on the internet.
12+
13+
## Example of software
14+
![Picture of VBA-Inventory-Form-GUI](https://github.com/rangeroob/VBA-Inventory-Form-GUI/blob/master/INVENTORY_GUI.png "Picture of Software")
15+
16+
## License
17+
The software is covered under the [The Unlicense](LICENSE) license.

0 commit comments

Comments
 (0)