Answered step by step
Verified Expert Solution
Link Copied!

Question

1 Approved Answer

EET 1003 Multiple Choice identify the choice that best completes the statement or answers the question. Questions 18-21, refer to the following VBA program Option

image text in transcribed
EET 1003 Multiple Choice identify the choice that best completes the statement or answers the question. Questions 18-21, refer to the following VBA program Option Explicit Dim answer As Integer, subb As Integer Dim Num1 As Integer, Num2 As Integer Private Sub AddValue) Num1 22 Num2 11 Range("B2").Value Num1 + Num2 answer= 100 answer answer +1 MsgBox (Range("B2").Value) MsgBox ("value of cell b2 using range syntax is " & Range("b2").Value) Cells (5, 4).Value "hello" MsgBox (answer) End Sub 18. Option Explicit means that All variables are to be declared C. The number of variables cannot exceed 100 d. Constants cannot be used b. All variables are case sensitive What is the content of cell B2 after the program finishes execution? a. 22 19. . 33 d. 2 20. In the above code, Cells(5, 4).Value refers to the value of Excel cell a. D5 b. D4 c. C1 d. C4 What is the value displayed in the last dialog box after the program finishes execution? a. 100 21. C. HELLO d. 101 b. Msg

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

Advances In Databases And Information Systems 23rd European Conference Adbis 2019 Bled Slovenia September 8 11 2019 Proceedings Lncs 11695

Authors: Tatjana Welzer ,Johann Eder ,Vili Podgorelec ,Aida Kamisalic Latific

1st Edition

3030287297, 978-3030287290

More Books

Students also viewed these Databases questions