Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

3. Given the spreadsheet setup below and if the user enters 2 in the input box, what value will be shown in the message box

image text in transcribed

3. Given the spreadsheet setup below and if the user enters 2 in the input box, what value will be shown in the message box when the WhatWillHappen subroutine is run? A B D 1 4 5 3 1 2 2 3 5 1 3 5 6 3 5 4. + N m + 3 1 2 N N m n 5 5 1 2 3 6 5 2 4 5 7 4 4. 5 5 Sub What Will Happen() Dim y As Integer y = InputBox ("Please enter a number:") ActiveCell.Offset (Range ("B2:05").Cells (3, y), Selection.Cells (3, y)).Select MsgBox Cells (y + 1, ActiveCell - 1) End Sub

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

Step: 3

blur-text-image

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

Database Programming With Visual Basic .NET

Authors: Carsten Thomsen

2nd Edition

1590590325, 978-1590590324

More Books

Students also viewed these Databases questions

Question

6. Explain the strengths of a dialectical approach.

Answered: 1 week ago

Question

2. Discuss the types of messages that are communicated nonverbally.

Answered: 1 week ago