Search Header Logo

Excel : Active Cell and workBook

Authored by Ivy Professional School

Professional Development

Professional Development

Used 1+ times

Excel : Active Cell and workBook
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

9 questions

Show all answers

1.

OPEN ENDED QUESTION

3 mins • 1 pt

Full Name

Evaluate responses using AI:

OFF

2.

OPEN ENDED QUESTION

3 mins • 1 pt

Student ID

Evaluate responses using AI:

OFF

3.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

What is the meaning of Range("A1").Cells in Excel VBA?

Range

Property of Object

Property of Range object

Method of Range object

4.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

Which of the following statements correctly describes the difference between Range("E11") and Cells(11, 5) in Excel VBA?

Range("E11") is more flexible for dynamic referencing than Cells(11, 5).

Range("E11") references a cell using A1 notation, while Cells(11, 5) references a cell using row and column numbers.

Range("E11") and Cells(11, 5) refer to different cells in the worksheet.

Range("E11") is used for multiple cells, while Cells(11, 5) is used for a single cell.

5.

MULTIPLE CHOICE QUESTION

5 mins • 1 pt

How do you offset rows in Excel VBA to select a range of cells starting from the active cell and extending 2 rows down?

Range(ActiveCell.Offset(1, 0), ActiveCell.Offset(2, 0)).Select

Range(ActiveCell.Offset(0, 1), ActiveCell.Offset(1, 2)).Select

Range(ActiveCell.Offset(1, 0), ActiveCell.Offset(2, 1)).Select

Range(ActiveCell.Offset(2, 0), ActiveCell.Offset(1, 1)).Select

6.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

How can you move the active cell to the next empty cell in the current column?

ActiveCell.End(xlDown).Activate

ActiveCell.Offset(1, 0).Activate

ActiveCell.End(xlDown).Select

ActiveCell.SpecialCells(xlCellTypeBlanks).Activate

7.

MULTIPLE CHOICE QUESTION

3 mins • 1 pt

Which of the following is NOT a valid Orientation property for a PivotField?

xlPageField

xlRowField

xlColumnField

xlDataCache

Access all questions and much more by creating a free account

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

Already have an account?