Discussion:
Q: You have a command button, cmdCalc,a text box, txtMonth, and a list box, 1stOutput. Write a Sub procedure that takes a single parameter, multiplies it by 12, and then displays the result on 1stOutput. Write code for the button's click event to call your Sub, passing the value in txtMonth.