The AutoTemp automatic macro runs when Word creates a new document based on a template that contains the macro.
Answer the following statement true (T) or false (F)
False
Computer Science & Information Technology
You might also like to view...
A 2X5 table has 2 columns and 5 rows
Indicate whether the statement is true or false
Computer Science & Information Technology
Given the function prototype, what is wrong with the following function call?
void test (int, int&); // function prototype test (a, &b); // function call
Computer Science & Information Technology