Home > MCQs > IT & Programming > VBA MCQs

VBA MCQ

If you want to learn and practice a great affirmative selection of VBA MCQ questions and answers presented by the Quizack, then stay with us for the best preparation to pass any job interview or examination. Quizack is a great hub for learning for those all applicants or job seekers who desire to polish their knowledge through MCQs type questions. One thing you should keep in mind is that this MCQ exercise is free for all learners.

VBA Quick Quiz

Question 1 of 10
  • How does a class module indicate that it uses a particular interface?

    Answer & Explanation

    Correct Answer: The name of the interface is passed as a parameter.

    Note: This Question is unanswered, help us to find answer for this one

  • Which cell is selected if you run this code Range("E3:312").Range("B3").Select

    Answer & Explanation

    Correct Answer: F3

    Note: This Question is unanswered, help us to find answer for this one

  • With out creating a reference to the Microsoft Scripting Runtime for the DLL to create a Dictionary object, choose the VBA code to allow you to do so.

    Answer & Explanation

    Correct Answer: CreateObject("Scripting.Dictionary")

    Note: This Question is unanswered, help us to find answer for this one

  • Is it possible to create an array with the lowerbound being two?

    Answer & Explanation

    Correct Answer: Yes

    Note: This Question is unanswered, help us to find answer for this one

  • What does a VBA macro consist of?

    Answer & Explanation

    Correct Answer: Computer code that performs some actions on or with objects

    Note: This Question is unanswered, help us to find answer for this one

  • A declaration has scope, which has three levels. What are they?

    Answer & Explanation

    Correct Answer: Procedure, Private Module and Public Module

    Note: This Question is unanswered, help us to find answer for this one

  • Which of these statements will start a loop of exactly 20 iterations?

    Answer & Explanation

    Correct Answer: For i = 2 to 40 Step 2

    Note: This Question is unanswered, help us to find answer for this one

  • Which is the correct way to use formulas on Excel in VBA code

    Answer & Explanation

    Correct Answer: Using Worksheetfunction object

    Note: This Question is unanswered, help us to find answer for this one

  • A VBA unit is called a _____.

    Answer & Explanation

    Correct Answer: Event Procedure

    Note: This Question is unanswered, help us to find answer for this one

  • If VBA code declares FileCount as a constant rather than a variable, the code tends to run faster. Why is this?

    Answer & Explanation

    Correct Answer: The Const declaraton specifies the most efficient type given the constant's value

    Note: This Question is unanswered, help us to find answer for this one

  • VBA Quick Quiz

    battery

    Poor Results!

    You need a lot of improvement.

    Just don't give up!

    Correct Answers: 0/10

    Start Practicing with our MCQs given below.