PLEASE HELP! EXPLAIN STEP BY STEP AND SHOW THE VBA. THANK YOU

Business, Finance, Economics, Accounting, Operations Management, Computer Science, Electrical Engineering, Mechanical Engineering, Civil Engineering, Chemical Engineering, Algebra, Precalculus, Statistics and Probabilty, Advanced Math, Physics, Chemistry, Biology, Nursing, Psychology, Certifications, Tests, Prep, and more.
Post Reply
answerhappygod
Site Admin
Posts: 899603
Joined: Mon Aug 02, 2021 8:13 am

PLEASE HELP! EXPLAIN STEP BY STEP AND SHOW THE VBA. THANK YOU

Post by answerhappygod »

PLEASE HELP! EXPLAIN STEP BY STEP AND SHOW THE VBA. THANKYOU
Please Help Explain Step By Step And Show The Vba Thank You 1
Please Help Explain Step By Step And Show The Vba Thank You 1 (29.79 KiB) Viewed 15 times
1. Create a userform with two sets of option boxes. Each set should be within a frame (Select frame element from the toolbox). The first frame should have 4 option buttons Basketball, Baseball, Football, and Soccer. The second frames should have two option buttons "watch on TV" and "go to games". The userform should have Submit and Cancel Button. a. Write a sub to show the userform b. When a user selects one option each from frame 1 and frame 2, you should have appropriate displays such as "Your favorite sports is Soccer and you usually watch on TV" if you selected Soccer and Watch on TV options, after you hit the Submit button. c. The userform should be hidden after submit button is clicked d. If the user clicks Cancel, you should display "You don't want to play this game" and hides the userform 2. Repeat the problem 1, but create a new userform but now replace the optionboxes with checkboxes for the sports frame. The user can select more than one sports and the display should come appropriately such as "You like to football and soccer and you watch on TV". If no boxes are selected, then you should say that "You don't like any sports" or "You don't watch the sports". The code should display only if you click the Submit button. This userform will appear from the second Sub in the module.
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!
Post Reply