Spreadsheet  - Developer Mode

Spreadsheet - Developer Mode

12th Grade

50 Qs

quiz-placeholder

Similar activities

Programming Concepts

Programming Concepts

9th - 12th Grade

54 Qs

Excel - Hàm

Excel - Hàm

9th Grade - University

50 Qs

Excel Lessons 4-6

Excel Lessons 4-6

9th - 12th Grade

53 Qs

Excel

Excel

12th Grade

45 Qs

EXAMEN TECNOLOGÍA III

EXAMEN TECNOLOGÍA III

12th Grade

53 Qs

RECUPERAÇÃO -3- 2 TRIM- FÍSICA III (ROBÓTICA II) DURVAL

RECUPERAÇÃO -3- 2 TRIM- FÍSICA III (ROBÓTICA II) DURVAL

9th Grade - University

45 Qs

EXAMEN CULTURA DIGITAL

EXAMEN CULTURA DIGITAL

12th Grade

46 Qs

Excel VLOOKUP Challenge

Excel VLOOKUP Challenge

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?