Exam 22: Programming in Excel With VBA

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

It is permissible to use spaces when assigning variable names.

Free
(True/False)
4.9/5
(35)
Correct Answer:
Verified

False

VBA stands for Virtual Basic for Applications.

Free
(True/False)
4.9/5
(28)
Correct Answer:
Verified

False

VBA is only a programming language and not a macro language.

Free
(True/False)
4.8/5
(27)
Correct Answer:
Verified

False

The quickest way to activate the Visual Basic Editor (VBE)is to press _____ when Excel is active.

(Short Answer)
4.9/5
(40)

Which of the following is true about Function procedures?

(Multiple Choice)
4.8/5
(37)

Which of the following VBA structures is recommended in a decision involving three or more options?

(Multiple Choice)
4.8/5
(30)

In VBA,_____ are declared with a specified number of characters.

(Short Answer)
4.9/5
(33)

Visual Basic for Applications (VBA)manipulates ____,such as a workbook,a worksheet,a cell range,a chart,or a shape.

(Short Answer)
4.9/5
(29)

Which of the following operators has the highest precedence in VBA?

(Multiple Choice)
4.9/5
(28)

When working on a worksheet,Ben was editing his macros using the Visual Basic Editor (VBE).After a while he wanted to go back to the Excel application interface.Which of the following key(s)should Ben use to toggle between the Excel application interface and the VBE?

(Multiple Choice)
4.8/5
(32)

An assignment statement is a VBA statement that assigns the result of an expression to a variable or an object.

(True/False)
4.7/5
(31)

The macro recorder can only produce _____ procedures.

(Short Answer)
5.0/5
(42)

Units of VBA code are often referred to as ____.

(Multiple Choice)
4.9/5
(29)

Variable-length strings theoretically can hold as many as 2 billion characters.

(True/False)
4.8/5
(30)

Which of the following elements of VBA programming may change during the execution of a procedure?

(Multiple Choice)
4.7/5
(40)

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

(Multiple Choice)
4.9/5
(37)

A(n)_____ is a VBA statement that assigns the result of an expression to a variable or an object.

(Short Answer)
4.9/5
(35)

Units of VBA code are called ____.

(Short Answer)
4.7/5
(40)

In a Do-While loop,the macro executes the loop until the condition is true.

(True/False)
4.9/5
(25)

Which of the following is true about the Do-Until loop structure?

(Multiple Choice)
4.8/5
(28)
Showing 1 - 20 of 125
close modal

Filters

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