Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/abidshafee/excel-vba-inventory-management-system
This Repo contains different EXCEL VBA projects I have done for my different Business Clients
https://github.com/abidshafee/excel-vba-inventory-management-system
Last synced: 14 days ago
JSON representation
This Repo contains different EXCEL VBA projects I have done for my different Business Clients
- Host: GitHub
- URL: https://github.com/abidshafee/excel-vba-inventory-management-system
- Owner: abidshafee
- License: gpl-3.0
- Created: 2021-06-15T17:25:41.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-06-19T04:38:40.000Z (over 3 years ago)
- Last Synced: 2024-11-06T10:30:31.727Z (2 months ago)
- Homepage:
- Size: 1.94 MB
- Stars: 4
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Excel-VBA-Inventory-Management-System
![image](https://user-images.githubusercontent.com/11525956/122631062-73e14580-d0ea-11eb-9e1d-00811788add9.png)#### To run the app download the **.xlsm** file and open it Microsoft Excel.
#### Go to the **Developer** tab >> Select **Visual Basic**
#### From the **Toggle Folder** -> Forms >> Double click on the **crud_app**>> Then **run Sub** (triangular green button)
### To use this product one may need to *eable* **Macro** in excel
#### Enable Macro using following procedure>>
1. Click the **File** tab
2. Select **Option** to Open *Excel Option*
3. Click **Trust Center** and Open **Trust center** setting
4. Then go to **Macro Setting** and chose **Enable all Macros**
5. Then **SAVE** setting![image](https://user-images.githubusercontent.com/11525956/122429347-848f9f80-cfb4-11eb-99c1-ba0ec81c3869.png)
### Enable Developer Tab In Excel>>
![image](https://user-images.githubusercontent.com/11525956/122431325-2cf23380-cfb6-11eb-8c55-d69c44094f67.png)
1. On the *File* tab, go to Options > **Customize Ribbon**
2. Under Customize the Ribbon and under Main Tabs, *select* the **Developer** check box.#### The Developer tab is the place to go when you want to do or use the following:
- Write macros.
- Run macros that you previously recorded.
- Use XML commands.
- Use ActiveX controls.
- Create applications to use with Microsoft Office programs.
- Use form controls in Microsoft Excel.
- Work with the ShapeSheet in Microsoft Visio.
- Create new shapes and stencils in Microsoft Visio.