?If a linked worksheet does not refresh, you should:

A. ?right-click the Arrange button in the Format tab.
B. ?left-click the Refresh Data button in the Design tab.
C. ?left-click to select the worksheet and press the F5 key.
D. ?right-click the worksheet and click Update Link.


Answer: D

Computer Science & Information Technology

You might also like to view...

What is the output of the following code?

int *p1, *p2; p1 = new int; p2 = new int; *p1=11; *p2=0; p2=p1; cout << *p1 <<" " << *p2 << endl; a. 11 0 b. 0 11 c. 11 11 d. 0 0

Computer Science & Information Technology

What is the file extension used when a Word document will be commercially printed?

A) .xps B) .pdf C) .htm D) .docx

Computer Science & Information Technology

These discs have a capacity of 50 gigabytes on one side.

A. Blu-ray B. HD DVD C. CD D. DVD

Computer Science & Information Technology

Which term can be defined as CSS properties that are passed from one level of hierarchy to a lower level?

A. aggregation B. inheritance C. distribution D. relational

Computer Science & Information Technology