Exam 22: Programming in Excel With VBA

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

The quickest way to activate the VBE is to press Ctrl + F11 when Excel is active.

(True/False)
4.8/5
(37)

Which of the following would be considered a named element whose value would not change during the execution of a procedure?

(Multiple Choice)
4.8/5
(36)

Which of the following is true about the Immediate window?

(Multiple Choice)
4.8/5
(35)

A variable is the simplest type of VBA statement.

(True/False)
4.7/5
(25)

Which of the following is a VBA statement that allocates the result of an expression to a variable or an object?

(Multiple Choice)
4.8/5
(32)

Which of the following terms refers to repeating a block of statements or code numerous times?

(Multiple Choice)
4.9/5
(38)

Which of the following is true about the way a macro works?

(Multiple Choice)
4.9/5
(27)

Which of the following statements is VBA's most important control structure?

(Multiple Choice)
4.8/5
(38)

You can customize the Excel toolbars with your own buttons that execute the macros you write.

(True/False)
4.9/5
(45)

Which of the following Excel tools allows you to record a sequence of commands in Excel and save them?

(Multiple Choice)
4.9/5
(31)

_____ is a type of code which consists of one or more statements that you provide to VBA.

(Short Answer)
4.8/5
(24)

Some Visual Basic for Applications (VBA)procedures,such as ____,always start at the code's beginning and progress line by line to the end,never deviating from this top-to-bottom flow.

(Short Answer)
4.8/5
(28)

Excel and Visual Basic for Applications (VBA)can work with both numbers and text.Text is often referred to as a(n)____.

(Short Answer)
4.9/5
(40)

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

(Short Answer)
4.7/5
(31)

Which of the following is a programming language that includes build-in commands that mimic the functionality available from menus and dialog boxes within an application?

(Multiple Choice)
4.8/5
(41)

Which of the following data type uses 1 byte per character and whose range of values varies?

(Multiple Choice)
4.7/5
(36)

A(n)_____ is the simplest type of VBA statement.

(Short Answer)
4.9/5
(39)

Which VBA loop structure is controlled by a counter variable,which starts at one value and stops at another value?

(Multiple Choice)
4.9/5
(28)

While entering a VBA code directly,to continue a single line of code from one line to the next,end the first line with:

(Multiple Choice)
5.0/5
(29)

Dan was making a science project.He wanted to automate the two steps of adding a background theme to the cells and then printing the worksheet.Which of the following Excel actions can help Dan achieve this?

(Multiple Choice)
4.8/5
(29)
Showing 61 - 80 of 125
close modal

Filters

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