Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

Steps 10 through 26 Instructions 1) You are going to develop a VBA program that asks users (students in this case) to specify a few

Steps 10 through 26 image text in transcribed
image text in transcribed
Instructions 1) You are going to develop a VBA program that asks users (students in this case) to specify a few characteristics. 2) Open a new workbook. Create a Public Subroutine called StudentInfo. 3) Choose a worksheet and add a shape to the worksheet that will serve as a clickable button for the user to launch the program. Assign a new macro to the button. 4) Enter the following line of code into the StudentInfo subroutine: UserForm1.Show. 5) Modify the User Form's Properties such that it is NOT Modal. 6) Insert a UserForm to the project. Add the following controls (input mechanisms) to the form: a. Text Box: Add a Text Box. Put a Label next to the Text Box that says "Name:" b. Checkbox: Add 2 Checkboxes. Put a Label above the Checkboxes that says "Are you an international student?" Change the labels next to each Checkbox to say "Yes" and "No". c. tion Buttons: Add 4 Option Buttons Put a Label above the Option Buttons that says "What is your current academic level?" Change the labels by the 4 option buttons to say Freshman, Sophomore, Junior and Senior 7) Modify the properties of the labels and controls to make the UserForm easy to understand and look appealing. 8) Right click on the UserForm in a location where there are no controls and select View Code. 9) There are two drop-down menus at the top of the Code Window. Choose UserForm on the left side and Initialize on the right side. This will automatically create a Sub called UserForm Initialize. You can delete the Sub called UserForm Click 0

Step by Step Solution

There are 3 Steps involved in it

Step: 1

blur-text-image

Get Instant Access to Expert-Tailored Solutions

See step-by-step solutions with expert insights and AI powered tools for academic success

Step: 2

blur-text-image_2

Step: 3

blur-text-image_3

Ace Your Homework with AI

Get the answers you need in no time with our AI-driven, step-by-step assistance

Get Started

Recommended Textbook for

Graph Databases

Authors: Ian Robinson, Jim Webber, Emil Eifrem

1st Edition

1449356265, 978-1449356262

More Books

Students also viewed these Databases questions

Question

List the properties of cones and rods.

Answered: 1 week ago

Question

2 What supply is and what affects it.

Answered: 1 week ago