Exam 22: Programming in Excel With VBA

arrow
  • Select Tags
search iconSearch Question
flashcardsStudy Flashcards
  • Select Tags

Which of the following VBA macros can be used in a worksheet formula?

(Multiple Choice)
4.7/5
(36)

A(n)_____ is a set of programming instructions that performs some action on or with objects.

(Short Answer)
4.9/5
(37)

A(n)_____ is a VBA macro that returns a single value.

(Short Answer)
4.8/5
(37)

When VBA executes a Select Case structure,the structure is exited:

(Multiple Choice)
4.8/5
(35)

Which of the following describes the process of defining the names of all the variables you are going to use,before you use them in your code?

(Multiple Choice)
4.7/5
(32)

Excel's VBA macro recorder makes it easy to record user defined functions.

(True/False)
4.7/5
(39)

A(n)_____ loop continues to execute until a specified condition has been met.

(Short Answer)
4.8/5
(26)

Which of the following is the simplest type of VBA statement?

(Multiple Choice)
4.7/5
(28)

A(n)_____ can be used in VBA macro to store such things as values,text,or property settings (such as a font color or alignment).

(Short Answer)
4.7/5
(25)

Which of the following refers to a place used to store a piece of information in Excel?

(Multiple Choice)
4.8/5
(26)

In VBA,which of the following logical operators performs the function of conjunction on two expressions?

(Multiple Choice)
4.8/5
(39)

Which of the following options would describe the process of creating variables simply by using them?

(Multiple Choice)
4.8/5
(33)

When assigning variable names,you can use letters,numbers,and some punctuation characters,but the first character must be a(n)____.

(Short Answer)
4.8/5
(39)

Excel must be running before a VBA macro can be edited using the VB editor.

(True/False)
4.8/5
(30)

If the Project Window is not visible in VBE,press the Ctrl + W to open it.

(True/False)
4.8/5
(27)

If you want to declare a variable explicitly,you do so using a _____ statement.

(Short Answer)
4.8/5
(27)

In the context of the standard structured decision offered by VBA,the _____ structure is suggested for decisions involving three or more options.

(Short Answer)
4.8/5
(34)

In the Visual Basic Editor (VBE),the _____ window displays a tree diagram that consists of every workbook currently open in Excel.

(Short Answer)
4.9/5
(43)

A macro is a VBA procedure that starts executing the code at the beginning and progresses line by line until it reaches the end.

(True/False)
4.7/5
(42)

In which of the following VBA structures,a macro continues to execute the loop until a specified condition is met?

(Multiple Choice)
4.8/5
(36)
Showing 41 - 60 of 125
close modal

Filters

  • Essay(0)
  • Multiple Choice(0)
  • Short Answer(0)
  • True False(0)
  • Matching(0)