Services
Discover
Homeschooling
Ask a Question
Log in
Sign up
Filters
Done
Question type:
Essay
Multiple Choice
Short Answer
True False
Matching
Topic
Computing
Study Set
Microsoft Office Excel Study Set 2
Quiz 11: User Interfaces, visual Basic for Applications Vba, and Collaboration Features in Excel
Path 4
Access For Free
Share
All types
Filters
Study Flashcards
Practice Exam
Learn
Question 21
Multiple Choice
Which of the following will you select as X in the series to insert a button (form control) into a worksheet: Developer tab > X > Insert > Form Controls > Button Form Control > Worksheet location where you want the upper-left corner of the button to appear > Type OK in the Assign Macro popup window?
Question 22
True/False
To insert a scroll bar (form control)into a worksheet,click the Developer tab > Insert > Form Controls > Button labeled as "A."
Question 23
Multiple Choice
Which of the following must be checked after selecting Main tabs from Customize the Ribbon drop down box,to turn the Design Mode on?
Question 24
True/False
Return value comments help others understand what values are returned by a procedure.
Question 25
True/False
One can use the InputBox function in Excel VBA to prompt a user to enter a value.
Question 26
True/False
To insert a list box (form control)into a worksheet,click the Developer tab > Controls group > Insert > Form Controls > Button with an up and a down arrow in two rectangular boxes,placed one below the other.
Question 27
True/False
To insert an If Then statement into a VBA macro,type: If [condition is true] Then.
Question 28
Multiple Choice
Which of the following properties is used to specify the way the control is attached to the cells below it,while inserting a command button (ActiveX control) into a worksheet?
Question 29
Multiple Choice
A new worksheet has items listed in cell range A1 to A20.Which of the following will you type in the Format Object window in the Input Range box to specify the range for the list?
Question 30
Multiple Choice
Which of the following will you click after File > Options to open the Developer tab to change the back color of an ActiveX control?
Question 31
True/False
To insert a spin button(form control)into a worksheet,click the Developer tab > Insert > Form Controls > Button labeled as "Aa."
Question 32
Multiple Choice
Which of the following will you select on the Color and Lines tab to adjust the gradient,texture,and pattern of a form control?
Question 33
True/False
To insert an option button into a worksheet,click on the following series: Developer tab > Insert > Form Controls > Image with a tick inside a rectangular box.
Question 34
Multiple Choice
Which of the following should be clicked to change the caption of a control after right-clicking on it?
Question 35
True/False
A Function procedure uses the Return statement to specify the return value,and returns control immediately to the calling program.
Question 36
Multiple Choice
What should you select to get a finer control over the line width setting for the text of a command button (ActiveX) control?
Question 37
Multiple Choice
What value of Shadow property has an effect of Offset Right on an ActiveX control?
Question 38
True/False
To add a toggle button (ActiveX control)into a worksheet,click the Developer tab > Insert > ActiveX Controls > Button image of concentric circles inside a rectangular box.