Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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.