If both the destination and source files are open and data is changed in the source file for a linked object, the data will not be updated in the destination file until you ________ the link for the object

A) manually update
B) open
C) close
D) double-click


A

Computer Science & Information Technology

You might also like to view...

What is the result of the following section of code?

``` Private Sub btnExit_Click(ByVal sender As System.Object, _ ByVal e as System.EventArgs) Handles btnExit.Click Me.Close() End Sub ``` a. Shut down the computer b. Log off the current user c. Close the current form d. None of the above

Computer Science & Information Technology

In Microsoft Office Excel, headers and footers can be viewed in ________ view

A) Page Break B) Normal C) Print Layout D) Page Layout

Computer Science & Information Technology

Which function would help you return a value from a specified table or query?

A. Seek B. Disclaimer C. DLookup D. Domain

Computer Science & Information Technology

You can add a new comment by clicking the Insert Comment command on a shortcut menu.

Answer the following statement true (T) or false (F)

Computer Science & Information Technology