Question
1. Which of the following object prefixes is short for Visual Basic and applies to standard (global) modules? a. sub b.mod c.bas d.vis 2.Which of
1. Which of the following object prefixes is short for Visual Basic and applies to standard (global) modules?
a. sub
b.mod
c.bas
d.vis
2.Which of the following form controls could have an After Update event property that triggers a Sub procedure?
a.line
b.command button
c.text box
d.label
3. A_____ procedure is generally executed when an event occurs.
a.module
b.sub
c.declaration
d.method
4.What happens if you write VBA code in all lowercase letters?
a.The Visual Basic Editor converts the code to the correct case.
b.The Visual Basic Editor will treat the code as a comment.
c.The Visual Basic Editor displays a syntax error.
d.The Visual Basic Editor will not run the code when you click the Run button.
5.You use _____ to document and explain the statements in VBA code.
a.comments
b.breakpoints
c.event procedures
d.keywords
6.The On_event occurs when focus moves from one record to another.
a.click
b.Caption
c.close
7.___are statements in the code that document the code and do not affect how it runs.
a.Methods
b.variables
c.blue keywords
d.comment lines
Step by Step Solution
There are 3 Steps involved in it
Step: 1
Get Instant Access to Expert-Tailored Solutions
See step-by-step solutions with expert insights and AI powered tools for academic success
Step: 2
Step: 3
Ace Your Homework with AI
Get the answers you need in no time with our AI-driven, step-by-step assistance
Get Started