View and edit macros in the ________
Fill in the blank(s) with correct word
VBA editor, Visual Basic editor
Computer Science & Information Technology
You might also like to view...
SQL, which stands for ____________, is a standard language for working with database management systems.
a. simultaneous query logic b. structured query language c. sequential query language d. standard quasi language
Computer Science & Information Technology
Which of the following statements correctly creates a Scanner object for keyboard input?
a. Scanner kbd = new Scanner(System.keyboard); b. Scanner keyboard = new Scanner(System.in); c. Scanner keyboard(System.in); d. Keyboard scanner = new Keyboard(System.in);
Computer Science & Information Technology