A(n) ________ is used to view changes in cells that are not currently displayed in the worksheet

A) Sheet tab
B) Watch Window
C) Formula Auditing dialog box
D) Outline pane


Answer: B

Computer Science & Information Technology

You might also like to view...

What word(s) will appear in the list box when the button is clicked?

Private Sub btnDisplay_Click(...) Handles btnDisplay.Click Dim num As Integer = 5 If num = 2 Then lstBox.Items.Add("Two") ElseIf num > 3 Then lstBox.Items.Add("Great") ElseIf num = 5 Then lstBox.Items.Add("Equal") End If End Sub``` ``` (A) Two, Great, and Equal (B) Great and Equal (C) Great (D) Equal

Computer Science & Information Technology

Which record specifies the email handling server on the domain?

a. PTR record b. MX record c. TXT record d. SRV record

Computer Science & Information Technology

Use the ____________ method to programmatically close an application.

a) Application.Shutdown b) Application.Exit c) Application.Current.Exit d) Application.Current.Shutdown

Computer Science & Information Technology

To create a new folder, press ____.

A. CTRL+SHIFT+N B. CTRL+SHIFT+F C. SHIFT+N D. CTRL+Z

Computer Science & Information Technology