Which of the following color options may be assigned to a control property as a VBA constant?
A. vbRed
B. RGB(255,0,0)
C. CMYK(0, 21, 151)
D. vbRGB(151, 12, 276)
Answer: A
Computer Science & Information Technology
You might also like to view...
To insert a chart that has fewer data series than shown in the Chart in Microsoft Word window, you would:
A) delete the unneeded columns. B) add columns to the chart itself. C) use a chart created in Excel instead. D) delete the data but leave the columns.
Computer Science & Information Technology
?Identify the attribute selector that matches all div elements whose class attribute begins with the text string"col-".
A. ?div[class^="col-"] B. ?div[class|="col-"] C. ?div[class$="col-"] D. ?div[class˜="col-"]
Computer Science & Information Technology