Exam 22: Programming in Excel With VBA
Exam 1: The Information Age in Which You Live: Changing the Face of Business140 Questions
Exam 2: Major Business Initiatives: Gaining Competitive Advantage With It121 Questions
Exam 3: Databases and Data Warehouses: Supporting the Analytics-Driven Organization120 Questions
Exam 4: Analytics, Decision Support, and Artificial Intelligence: Brain-Power for Your Business124 Questions
Exam 5: Electronic Commerce: Strategies for the New Economy128 Questions
Exam 6: Systems Development: Phases, Tools, and Techniques138 Questions
Exam 7: Infrastructure, Cloud Computing, Metrics, and Business Continuity Planning: Building and Sustaining the Dynamic Enterprise125 Questions
Exam 8: Protecting People and Information: Threats and Safeguards126 Questions
Exam 9: Emerging Trends and Technologies: Business, People, and Technology Tomorrow120 Questions
Exam 10: Computer Hardware and Software125 Questions
Exam 11: The World Wide Web and the Internet125 Questions
Exam 12: Designing Databases and Entity-Relationship Diagramming100 Questions
Exam 13: Decision Analysis With Spreadsheet Software117 Questions
Exam 14: Network Basics125 Questions
Exam 15: Building a Web Page With Html110 Questions
Exam 16: Object-Oriented Technologies112 Questions
Exam 17: Computer Crime and Digital Forensics125 Questions
Exam 18: Building an E-Portfolio137 Questions
Exam 19: Implementing a Database With Microsoft Access129 Questions
Exam 20: Careers in Business132 Questions
Exam 21: Building Web Sites With Front-page125 Questions
Exam 22: Programming in Excel With VBA125 Questions
Select questions type
Which of the following VBA macros can be used in a worksheet formula?
(Multiple Choice)
4.7/5
(36)
A(n)_____ is a set of programming instructions that performs some action on or with objects.
(Short Answer)
4.9/5
(37)
When VBA executes a Select Case structure,the structure is exited:
(Multiple Choice)
4.8/5
(35)
Which of the following describes the process of defining the names of all the variables you are going to use,before you use them in your code?
(Multiple Choice)
4.7/5
(32)
Excel's VBA macro recorder makes it easy to record user defined functions.
(True/False)
4.7/5
(39)
A(n)_____ loop continues to execute until a specified condition has been met.
(Short Answer)
4.8/5
(26)
Which of the following is the simplest type of VBA statement?
(Multiple Choice)
4.7/5
(28)
A(n)_____ can be used in VBA macro to store such things as values,text,or property settings (such as a font color or alignment).
(Short Answer)
4.7/5
(25)
Which of the following refers to a place used to store a piece of information in Excel?
(Multiple Choice)
4.8/5
(26)
In VBA,which of the following logical operators performs the function of conjunction on two expressions?
(Multiple Choice)
4.8/5
(39)
Which of the following options would describe the process of creating variables simply by using them?
(Multiple Choice)
4.8/5
(33)
When assigning variable names,you can use letters,numbers,and some punctuation characters,but the first character must be a(n)____.
(Short Answer)
4.8/5
(39)
Excel must be running before a VBA macro can be edited using the VB editor.
(True/False)
4.8/5
(30)
If the Project Window is not visible in VBE,press the Ctrl + W to open it.
(True/False)
4.8/5
(27)
If you want to declare a variable explicitly,you do so using a _____ statement.
(Short Answer)
4.8/5
(27)
In the context of the standard structured decision offered by VBA,the _____ structure is suggested for decisions involving three or more options.
(Short Answer)
4.8/5
(34)
In the Visual Basic Editor (VBE),the _____ window displays a tree diagram that consists of every workbook currently open in Excel.
(Short Answer)
4.9/5
(43)
A macro is a VBA procedure that starts executing the code at the beginning and progresses line by line until it reaches the end.
(True/False)
4.7/5
(42)
In which of the following VBA structures,a macro continues to execute the loop until a specified condition is met?
(Multiple Choice)
4.8/5
(36)
Showing 41 - 60 of 125
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)