By default the ________ uses absolute cell references when storing a macro
Fill in the blank(s) with correct word
Macro Recorder
Computer Science & Information Technology
You might also like to view...
An independent Sub procedure can contain one or more parameters in its procedure header.
Answer the following statement true (T) or false (F)
Computer Science & Information Technology
A(n) ________ is a portion of the document that can be formatted differently from the rest of the document
Fill in the blank(s) with correct word
Computer Science & Information Technology
A ____ is a recognizable picture made up of many smaller pictures.
a. photomosaic b. layer c. transparency d. bitmap index
Computer Science & Information Technology
What is the output of the following code?int *p;int x;x = 12;p = &x;cout << x << ", ";*p = 81;cout << *p << endl;
A. 12, 12 B. 12, 81 C. 81, 12 D. 81, 81
Computer Science & Information Technology