Miguel is working on a large grant and has created a curriculum vitae for one of his practice's lead investigators, and he now wants to use that profile as a template to create curriculum vitae for the rest of the team. He will change the default location for user templates then save the document as a template.
How would Miguel change the default location for user templates to a new folder he has already created called "Miguel Templates"?

What will be an ideal response?

Click the File tab, click Options, then click Advanced. Scroll to the bottom of the dialog box, click File Locations, click User templates, click Modify, navigate to the Miguel Templates folder and select it, then click OK until you are returned to the document.

Computer Science & Information Technology

You might also like to view...

What is the maximum number of fields that can be sorted in a single sort?

A) 64 B) 8 C) 16 D) 32

Computer Science & Information Technology

What is the output of the following code?

int myArray[8]; for (int c = 7; c > 2; c--) myArray[c] = c * 4; for (int p = 3; p < 7; p++) cout << myArray[p] << “ “;

Computer Science & Information Technology