Why is it important to check compatibility?

What will be an ideal response?


With each addition of Microsoft Excel, features are added and removed. It is important to note that not all Excel users will be using the same version. Therefore, you should always check compatibility before sharing a workbook. The compatibility checker will note compatibility issues between your document and other versions of Excel.

Computer Science & Information Technology

You might also like to view...

What is the output of the following program?

``` import java.util.Date; public class Test { public static void main(String[] args) { Date date = new Date(1234567); m1(date); System.out.print(date.getTime() + " "); m2(date); System.out.println(date.getTime()); } public static void m1(Date date) { date = new Date(7654321); } public static void m2(Date date) { date.setTime(7654321); } }``` a. 1234567 1234567 b. 1234567 7654321 c. 7654321 1234567 d. 7654321 7654321

Computer Science & Information Technology

Who is the creator of the World Wide Web?

A) IBM B) Tim Berners-Lee C) Marc Andreessen D) Bill Gates

Computer Science & Information Technology

When you target an area, the Replace Color dialog box shows you a black-and-white mask, with the black areas representing the pixels that will be affected by any changes you make.

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

Computer Science & Information Technology

In the Database Documenter, only embedded macros display in the Macros tab

Indicate whether the statement is true or false

Computer Science & Information Technology