Introduction of excel VBA Project

Author: Sanskriti

CREATE CACULATOR

Step by Step explaination 

Step 1

Open the Excel application.

Step 2

To access the Developer tab in Excel, click on the "File" menu, select "Options," then navigate to "Customize Ribbon." In the right pane, check the box for "Developer" to enable it, and then click "OK." The Developer tab will now be visible in the Excel ribbon.

Step 3

Click the first option in Visual Basic and open visual basic application.(ctrl + F11)

Step 4

To design the first calculator, we need a thorough approach starting with component selection, functionalities, and user interface. click insert option and select userform.

Step 5

Go to toolbox and select textbox and draw textbox.

Step 6

you want to change the caption of user form so you go to properties and change the caption.

Step 7

Go to toolbox and select command button.

Step 8 

Create Calculator.

Step 9

let's create coding go to insert option and click module.double click on zero button and start coding.

Step 10

double click 1 button and copy and paste coding only change number.