Spreadsheet  - Developer Mode

Spreadsheet - Developer Mode

12th Grade

50 Qs

quiz-placeholder

Similar activities

PSTS Pilihan AK

PSTS Pilihan AK

9th - 12th Grade

50 Qs

Excel Review #2

Excel Review #2

9th - 12th Grade

50 Qs

INF-VIII-1-2025

INF-VIII-1-2025

9th - 12th Grade

50 Qs

General Review Grade 8

General Review Grade 8

7th - 12th Grade

50 Qs

Microsoft Excel - Basics

Microsoft Excel - Basics

7th Grade - University

45 Qs

Advanced Excel 365 - Formula

Advanced Excel 365 - Formula

12th Grade

50 Qs

Excel Getting Started

Excel Getting Started

8th - 12th Grade

50 Qs

Solon Microsoft Excel Quiz

Solon Microsoft Excel Quiz

9th - 12th Grade

50 Qs

Spreadsheet  - Developer Mode

Spreadsheet - Developer Mode

Assessment

Quiz

Computers

12th Grade

Hard

Created by

Paul Lavarez

FREE Resource

50 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What programming language is primarily used for creating macros in Excel?

Python

JavaScript

Visual Basic for Applications (VBA)

C++

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In VBA, which of the following statements is used to declare variables?

Let

Dim

Const

Var

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the following code do? Sheets("StudentInfo").Range("C4").Select

It deletes cell C4 on the StudentInfo sheet.

It selects cell C4 on the StudentInfo sheet.

It changes the value of cell C4.

It clears the contents of cell C4.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of the 'Do Until' loop in VBA?

It repeats a block of code until a condition becomes false.

It repeats a block of code while a condition is true.

It only runs once.

It repeats a block of code forever.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the following code do? MsgBox ("In Progress...")

It creates a new worksheet.

It displays a message box with the text "In Progress...".

It closes the workbook.

It starts a loop.

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the code snippet With Selection.Font in VBA control?

Cell alignment

Font formatting

Row height

Cell borders

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following allows you to enable Developer Mode in Excel?

File > Options > Customize Ribbon

Home > View > Enable Developer

Insert > Developer Tools

Data > Manage Add-ins

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?

Discover more resources for Computers