When assigning a button to a macro, you can display the button on the ________ or on the ribbon

A) Quick Access Toolbar
B) Quick Toolbar
C) Quick Macro Toolbar
D) Macro Toolbar


A

Computer Science & Information Technology

You might also like to view...

Which of the following statements creates a multidimensional array with 3 rows, where the first row contains 1 element, the second row contains 4 elements and the final row contains 2 elements?

a. int[][] items = {{1, null, null, null}, {2, 3, 4, 5}, {6, 7, null, null}}; b. int[][] items = {{1}, {2, 3, 4, 5}, {6, 7}}; c. int[][] items = {{1}, {2, 3, 4, 5}, {6, 7}, {}); d. int[][] items = {{1}, {4}, {2}};

Computer Science & Information Technology

Jade has planned to open a new cosmetics shop.Before starting her business, she wishes to identify and analyze her potential customers. Jade can obtain the required information from _____ databases.

A. ?government B. ?marketing C. ?finance D. ?property

Computer Science & Information Technology

Network layer protocol functionality on hosts is mostly deployed as software in the form of which of the following?

A. ASICs B. NICs C. firmware D. drivers

Computer Science & Information Technology

Designing your site to meet the browsing needs of visitors using assistive technologies or mobile devices increases the potential audience for your site.

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

Computer Science & Information Technology