Question: Homework 2 Use the Option Explicit statement for the two macros. This will force you to declare your variables. Create a macro named StudentIntro that

Homework 2 Use the Option Explicit statement for the two macros. This will force you to declare your variables. Create a macro named StudentIntro that performs the following tasks: Ask for a first name using an input box, then store this value in a String variable named first. Ask for a last name using another input box, then store this value in a String variable named last. Ask for the major of study using another input box, then store this value in a String variable named major. Using a message box, tell the user the following message: . "Your name is and you majored in The first blank space is where the first name is located, the second blank space is where the last name is located, the third blank space is where your major is located. For example, if Jane is input for the first name, Smith is input for the last name, and Finance is input for the major, your program should state: Your name is Jane Smith, and you majored in Finance. Copy and paste your codes for the question in a single word file, Submit ONLY your code to D2L, NO EXCEL FILE SUBMISSION
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
