In PowerPoint, Microsoft Visual Basic (VBA) is used to write ________
A) ActiveX Controls B) macros C) transitions D) Add-Ins
B
Computer Science & Information Technology
You might also like to view...
Which of the following statements will result in an IndexOutOfRangeException if placed after the following line of code?
``` Dim arr(2) As Integer ``` (A) arr(3) = 2 (B) arr(2) = 2 (C) arr(1) = 2 (D) arr(0) = 2
Computer Science & Information Technology
_____ represents side comments and fine print, which typically features disclaimers, caveats, legal restrictions, or copyrights.
a. Subscript b. Small element c. S element d. Samp element
Computer Science & Information Technology