Which of the following is not a tool to check a workbook for issues?

A. File Inspector
B. Compatibility Inspector
C. Document Inspector
D. Accessibility Inspector

Answer: A

Computer Science & Information Technology

You might also like to view...

To add a new procedure, module, or class module, click ____ on the menu bar in the Code window, and then click Procedure, Module, or Class Module.

A. Add B. Create C. Insert D. Build

Computer Science & Information Technology

One difference between the three-argument version of the get function and the getline function is that:

a. Only get has a delimiter. b. The getline function removes the delimiter from the stream. c. Only get adds the delimiter to the array. d. getline stores the characters it reads into its character array argument.

Computer Science & Information Technology