Q.1-Make a VBA Button with the name of aptechsum which accept two numbers from the user in cells and display sum in cell.
Q.2- Make a VBA Button with the name of aptechmul which accept two numbers from the user in cells and display mul in cell.
Q.3- Make a VBA Button with the name of aptechsub which accept two numbers from the user in cells and display sub in cell.
Q.4- Make a VBA Button with the name of aptechdiv which accept two numbers from the user in cells and display div in cell.
Q.5- Make a VBA Button with the name of aptechsi which accept principal,rate and time from the user in cells and display simple intrest in cell.
Q.6- Make a VBA Button with the name of aptechavg which accept 5 nos from the user in variable and display average in cell.
Q.7- Make a VBA Button with the name of aptechsq which accept 1 no from the user in variable and display square in cell.
Q.8- Make a VBA Button with the name of aptechcube which accept 1 no from the user in variable and display cube in cell.
Q.9- Make a VBA Button with the name of aptechsp which accept shopping and discount percentage from the user in variable and display total amount to pay after discount in cell.
Q.10- Make a VBA Button with the name of aptech which accept any amount from the user in variable and display 25% of that amount in cell.