Services
Discover
Homeschooling
Ask a Question
Log in
Sign up
Filters
Done
Question type:
Essay
Multiple Choice
Short Answer
True False
Matching
Topic
Business
Study Set
Management Information Systems
Quiz 22: Programming in Excel With VBA
Path 4
Access For Free
Share
All types
Filters
Study Flashcards
Practice Exam
Learn
Question 1
Multiple Choice
Which of the following does a VBA macro manipulate?
Question 2
Multiple Choice
Which of the following tools enables users to view and edit a VBA macro?
Question 3
Multiple Choice
Which of the following is a component of a macro that performs some action on or with objects?
Question 4
Multiple Choice
Which of the following statements is true about a macro in Excel?
Question 5
Multiple Choice
Which of the following Excel tools allows you to record a sequence of commands in Excel and save them?
Question 6
Multiple Choice
VBA is:
Question 7
Multiple Choice
Which of the following is a built-in function in Excel and does not require a macro?
Question 8
Multiple Choice
Which of the following Excel tools allows you to automate the building and running of complex calculations that are not included in the standard set of Excel functions?
Question 9
Multiple Choice
Which of the following is a set of Excel actions recorded or written by a user?
Question 10
Multiple Choice
Which of the following VBA macros can be used in a worksheet formula?
Question 11
Multiple Choice
Which of the following refers to a place used to store a piece of information in Excel?
Question 12
Multiple Choice
Units of VBA code are often referred to as ____.
Question 13
Multiple Choice
Mr.Joseph is the CEO of a leading manufacturing concern.He wanted his name and designation to appear in italics on all the spreadsheets of the company's annual report.Which of the following Excel action should he use to achieve this?
Question 14
Multiple Choice
Which of the following is a programming language that includes build-in commands that mimic the functionality available from menus and dialog boxes within an application?
Question 15
Multiple Choice
Dan was making a science project.He wanted to automate the two steps of adding a background theme to the cells and then printing the worksheet.Which of the following Excel actions can help Dan achieve this?