Exam 22: Programming in Excel With VBA

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

When you record a macro,Excel automatically inserts a VBA _____ to hold the recorded code.

(Multiple Choice)
4.7/5
(28)

To assign a value to a variable,you must use the _____ operator.

(Short Answer)
4.9/5
(29)

When you want to execute one or more statements conditionally,what VBA structure would you use?

(Multiple Choice)
4.8/5
(40)

Which of the following is used to declare an explicit variable with VBA code?

(Multiple Choice)
4.8/5
(28)

When entering code directly into a module,which key should be used to indent some of the lines to make the code easier to read?

(Multiple Choice)
5.0/5
(40)

Which of the following key(s)will display the Project Explorer window if it is not visible on the VBE Program Window?

(Multiple Choice)
4.7/5
(29)

Units of VBA code are called subroutines.

(True/False)
4.9/5
(43)

A single VBA module can store any number of Sub procedures,Function procedures,and declarations.

(True/False)
4.8/5
(31)

If the function you need is not already in Excel,you can write your own _____ using VBA.

(Short Answer)
4.9/5
(35)

Excel and VBA can work with both numbers and text.

(True/False)
4.9/5
(39)

Which of the following Excel tools allows you to automate the building and running of complex calculations that are not included in the standard set of Excel functions?

(Multiple Choice)
5.0/5
(37)

The term _____ refers to repeating a block of statements or code numerous times.

(Short Answer)
4.8/5
(31)

The Select Case structure is used for decisions involving 2 options.

(True/False)
4.8/5
(33)

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

(Multiple Choice)
4.9/5
(33)

All macros reside in code modules of which there are two types: _____ and _____ modules.

(Short Answer)
4.9/5
(37)

Excel and VBA can work with both numbers and text.Text is often referred to as ____.

(Multiple Choice)
4.9/5
(31)

In a VBA statement,a comment begins with a double quote (").

(True/False)
4.8/5
(34)

The _____ is a separate application where you write and edit your Visual Basic macros.

(Short Answer)
4.8/5
(26)

When saving an Excel workbook,any macro that has been created will automatically get saved within the workbook.

(True/False)
4.8/5
(41)

The macro recorder is a software tool that lets you record a sequence of commands in Excel and save them as a macro.

(True/False)
4.9/5
(34)
Showing 101 - 120 of 125
close modal

Filters

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