Answered step by step
Verified Expert Solution
Question
1 Approved Answer
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
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started